PPT Slide
7 – Sequential Logic Examples
Finite string pattern recognizer
Review of process
- write down sample inputs and outputs to understand specification
- write down sequences of states and transitions for sequences to be recognized
- add missing transitions; reuse states as much as possible
- minimize number of states
- encode states with unique patterns
- state assignment or encoding
- verify I/O behavior of your state diagram to ensure it matches specification