Forum Discussion
Altera_Forum
Honored Contributor
16 years agoIt is quite easy to extract manually the state machine design in this code. Just have a look at the case(state) statements.
I'm not sure, but the state machine may not be recognized by Quartus because there is no reset state. I could be wrong though. That said you should really add a reset state to this code. Nothing here tells how the fsm should start.