V
vssumesh
Guest
Hello all
Is it possible to instantiate multi dimensional input/output port in
verilog2001.
I tried the following code.
module A(in,out);
input [7:0]in[7:0];
output [7:0]out[7:0];
but it did gave an error in the Xilinx ISE 6.2....
Sumesh
Is it possible to instantiate multi dimensional input/output port in
verilog2001.
I tried the following code.
module A(in,out);
input [7:0]in[7:0];
output [7:0]out[7:0];
but it did gave an error in the Xilinx ISE 6.2....
Sumesh