This coding example describes an array of 64 8-bit wide elements. These elements can be assigned only in structural Verilog code.
wire [7:0] mem_array [63:0];
This coding example describes an array of 64 8-bit wide elements. These elements can be assigned only in structural Verilog code.
wire [7:0] mem_array [63:0];