Forum Discussion
Altera_Forum
Honored Contributor
10 years agoI believe I found the problem in my code. I think a latch was being inferred during synthesis.
I added 'next_state = state' before the case statement (where the next_state = IDLE is commented out) and it works now. I thought the default state would prevent this, but I guess not. Thanks everyone.