Forum Discussion
Altera_Forum
Honored Contributor
13 years agothe problem is all of your outputs are in the asynchronous process, and as such you will create latches which are frownd upon, and things like counters should never be in an asynchronous process.
Id go with what Kosh says - go with the single process state machine format - forget the old fashioned tutorials that show the 2 state machine process - its a little old hat.