* Question
What are the design elements of the state machine? |
* Answer
1. The clock end of the state machine: The state machine is required to be a synchronous timing logic design.
2. The reset terminal of the state machine: restores the state machine to the default state. 3, the state machine code: use the parameter definition, there is one-hot gray-code binary and other coding forms. |
COMMENTS