Altera_Forum
Honored Contributor
16 years agoVerilog Generic Input ports
Hi All, I have an input port to a module which is 5 bits say Inp_A[4:0]. Now the number of such inputs depends on a generic parameter say Gen_Nm. How can i declare such an input ports in m...