Forum Discussion
Altera_Forum
Honored Contributor
17 years agoYou are correct that Verilog does not support arrays in input and output ports.
You will need need to either define vectors as input and outputs and assign them to a 2D array inside your module i.e. flatten the 2D array to a vector for i/o to the module. or I believe System Verilog would do what you want