R
raarce@gmail.com
Guest
Hello:
I am new to the verilog language (I am familiar with VHDL). I got some
code of a website that seems to use arrays of wires. I have tried
compiling in ActiveHDL and Synplify and they don't seem to support this
type of structure. Is this structure valid in Verilog at all?
Here is a piece of the code...
parameter width = 8;
wire [width-1:0] x0_r [15:0];
Thanks,
Rafael
I am new to the verilog language (I am familiar with VHDL). I got some
code of a website that seems to use arrays of wires. I have tried
compiling in ActiveHDL and Synplify and they don't seem to support this
type of structure. Is this structure valid in Verilog at all?
Here is a piece of the code...
parameter width = 8;
wire [width-1:0] x0_r [15:0];
Thanks,
Rafael