P
Peng Yu
Guest
Hi,
Do somebody know what's the format of multidimensional data file for $readmemh?
For example, I have a memory
reg [1:0] mem [0:2][0:3];
How to write the file for the initialization of the memory.
$readmemh("mem.data", mem);
Best wishes,
Peng
Do somebody know what's the format of multidimensional data file for $readmemh?
For example, I have a memory
reg [1:0] mem [0:2][0:3];
How to write the file for the initialization of the memory.
$readmemh("mem.data", mem);
Best wishes,
Peng