B
Brian Guralnick
Guest
This is the first time I'm attempting a 2 dimensional input:
input [ADDR_SIZE:0] addr_in [2:0];
Now, in the past, I've used registers like this without problem, but, my
compiler wont accept this as an input.
How is it done?
_____________
Brian Guralnick
input [ADDR_SIZE:0] addr_in [2:0];
Now, in the past, I've used registers like this without problem, but, my
compiler wont accept this as an input.
How is it done?
_____________
Brian Guralnick