Can we have an array of instances for a custom module.
eg :
we can have -> input [15:0] a; this creates a bus
can we do same thing for custom modules -> DFF [15:0] d; where DFF = custom module . Here I intend to create 16 instances of the DFF module..
Thanks for any help in advance....