Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe warnings are given, because your state machine is apparently stuck in initial state s0. The else clause never comes true, because if count = '1' and elsif count = '0' cover all posible cases. Consider the intended behaviour and correct the code.