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" ...
Yes, all my state machines are called statemachine. There are hundreds of them throughout the design and the message give me no hierarchical information. Only a handful have this problem.
yes I could go through and change the name of each one, but that would take a while. I was hoping Quartus would have a way to point me to the file it was using.
Also, this exact code was used in Quartus Standard and only recently migrated to Pro. These errors did not occur with Quartus Standard. What is different about Pro that it now has a problem with these reset states?