1 / 10

Lab 5 - Algorithmic State Machines

Lab 5 - Algorithmic State Machines. ECE238L 10/13/2009. Multiple processes. Mealy Outputs. Ref: Chapter 10, RTL Hardware Design Using VHDL. State diagram. Mealy Outputs. Revised state diagram (sm2). / Y=1. Y=1. / Y=0. / Y=0. ASM Chart.

iram
Download Presentation

Lab 5 - Algorithmic State Machines

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 - Algorithmic State Machines ECE238L 10/13/2009

  2. Multiple processes

  3. Mealy Outputs Ref: Chapter 10, RTL Hardware Design Using VHDL • State diagram

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

  5. 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.

  6. ASM Block

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

  8. ASM Block Example 2:

  9. ASM – More examples Example 3:

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

More Related