Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

Bad code, but no error, will settle for warning :)

This code compiles(!). always @ (posedge clock ) begin state <= NextState; state <= state; state <= 0; end Using the SignalTap it appears that state gets set t...