Forum Discussion
Altera_Forum
Honored Contributor
14 years agoWhy Quartus cannot recognise my state machine
Hi all, We have implemented a state machine in a Stratix V project however we cannot find it in either state machine viewer or compilation report. Could anyone give some hints that does Quartus...
Altera_Forum
Honored Contributor
14 years agoThanks for all the suggestions. now we found that Quartus cannot deal with state machine defined within structures. Once we move the state variable out of the structure, quartus can detect it. However the state machine still does not behave correctly...