TSchu3
Occasional Contributor
1 year agoState Machine Complex Reset State
Hello, I recently ported my project from Standard to Pro.
Now I am getting the following message for some of my state machines-
"Can't Recognize finite state machine "statemachine.current_state" because it has a complex reset state 13246
The problem is that I use a standard structure for all my state machines, which means they are all called "statemachine" and have "current_state".
Quartus does not give any further indication as to which state machine its having problems with or which file its processing. How can I figure out which one is causing the problem?
Thanks!