1 / 9

Lab 5 – More State Machines. Multiple processes

Learn about ASM charts as an alternative method to represent FSMs, providing a more detailed and descriptive approach for complex control path implementations. Dive into ASM blocks and examples to guide you through creating effective state machines in VHDL.

ajaxe
Télécharger la présentation

Lab 5 – More State Machines. Multiple processes

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lab 5 – More State Machines. Multiple processes

  2. Lab 5 - Mealy Outputs Ref: Chapter 10, RTL Hardware Design Using VHDL • State diagram

  3. Mealy Outputs Revised state diagram (sm2) / Y=1 Y=1 / Y=0 / Y=0

  4. ASM Chart An algorithm state machine (ASM), is an alternative method for representing an FSM. Although an ASM chart contains the same amount of information as a state diagram, it is more descriptive. It is usually used to specify complex sequence of events and actions needed to implement a control path. An ASM is composed of a network of ASM blocks.

  5. ASM Block

  6. ASM Block To reduce clutter, sometimes only the signals that are activated (asserted) are shown in the ASM. Example 1:

  7. ASM Block Example 2:

  8. ASM – More examples Example 3:

  9. ASM – More examples A counter from 0 to 8; ASM representation:

More Related