This coding example describes an array of 256 x 16 wire elements of 8-bits each. These elements can be assigned only in structural Verilog code.
wire [7:0] array2 [0:255][0:15];
This coding example describes an array of 256 x 16 wire elements of 8-bits each. These elements can be assigned only in structural Verilog code.
wire [7:0] array2 [0:255][0:15];