Forum Discussion

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

Verilog 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...