Forum Discussion
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- always @(state or count or whatever appears on the right hand side of an expression in that block) --- Quote End --- This suggestion can be basically ignored in synthesis. Although Quartus gives warnings on conditions missing in the always block, the synthesized code won't be different at all. In simulation, the missing trigger in always block most likely causes different behaviour.