1 / 15

Analysis of Clocked Sequential Circuits

Analysis of Clocked Sequential Circuits. General Structure of a Mealy Machine. Output depends on input as well as the state t he circuit is in. (variable: state) Synchronize the input with clock when using Mealy machine. Moore Machine. Output depends on the state, but not the input.

calum
Download Presentation

Analysis of Clocked Sequential Circuits

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. Analysis of Clocked Sequential Circuits

  2. General Structure of a Mealy Machine Output depends on input as well as the state the circuit is in. (variable: state) Synchronize the input with clock when using Mealy machine.

  3. Moore Machine Output depends on the state, but not the input.

  4. Synthesis of Sequential Circuit • Start with a state diagram • Assign Binary Values to the States

  5. State Diagram for Sequence Detector • Problem statement: • Design a circuit that detects a sequence of three or more consecutive 1’s in a string of bits coming through an input line

  6. State Diagram of the Word Description Start with S0. if input is 0, stay in S0. if input is 1, go to S1. Once in S1 if input is 1, go to S2. if input is 0, go to S0. Once in S2 if input is 0, go to S0. if input is 1, go to S3. Once in S3, if input is 0, go to S0. if input is 1, stay in S3, set output to 1. Output is 1 when the circuit is in S3, 0 otherwise.

  7. Going from the State Diagram to State Table 0 1 2 3 4 5 6 7

  8. Assign Binary Value to the States 0 1 2 3 4 5 6 7 Use two flip-flops to represent states. Let x be the input And y be the output

  9. Assign Binary Value to the States 0 1 2 3 4 5 6 7

  10. Assign Binary Value to the States 0 1 2 3 4 5 6 7

  11. Circuit Implementation

  12. Sequence Detector Circuit Sequence Detector Random Number generator

  13. Measurement Results B A x y clk

More Related