Finite state machines: implementing | ||||||||||||||||||||
Want to implement FSM in circuit: | ||||||||||||||||||||
|
|
|||||||||||||||||||
Steps to do this: | ||||||||||||||||||||
1. Create a state transition table | ||||||||||||||||||||
2. Decide how many flip flops you need, and what kind | ||||||||||||||||||||
3. Use the flip flop excitation table to fill out the rest of the chart | ||||||||||||||||||||
4. Implement the circuit | ||||||||||||||||||||
Steps are easy | ||||||||||||||||||||
Hard part: understanding what is going on | ||||||||||||||||||||