Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHi Rafael,
I tried your code with following change. I used reg [ 1:0] STATE, NEXT_STATE; instead of reg STATE.NEXT_STATE; Means I declared them with width set to 2. Now Quartus detects FSM. Sorry but I do not know why this happens. Regards, Bhaumik