Forum Discussion
Altera_Forum
Honored Contributor
16 years agoVerilog: is else statement mandatory
I'm reviewing a program written by another developer, and have noticed that they frequently leave out the final else in if/else statements, nor do they always assign values to all variables from one ...
Altera_Forum
Honored Contributor
16 years agoThanks for the clarifications... for the most part the blocks are all part of synchronous (@posedge clock) always blocks.
I'll only enforce the more verbose style in combinatorial blocks.