Altera_Forum
Honored Contributor
15 years agoVerilog HDL question
I've seen HDL code that merges the input (or output) and the wire (or reg) declaration in a single instruction. That is instead of : module dummy(A,B) input A; output [3:0] B; wire A...