PPT Slide
7 – Sequential Logic Examples
Finite string pattern recognizer (step 3)
S2 and S5 still have incomplete transitions
- S2 = …01; If next input is 1, then string could be prefix of (01)1(00) S4 handles just this case
- S5 = …10; If next input is 1, then string could be prefix of (10)1(0) S2 handles just this case
Reuse states as much as possible
- look for same meaning
- state minimization leads tosmaller number of bits torepresent states
Once all states have a completeset of transitions we have afinal state diagram