1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00

Changing order of RAM array

This commit is contained in:
Andreas.Olofsson 2020-03-28 15:38:29 -04:00
parent 65aa1b061c
commit c271360709

View File

@ -22,7 +22,7 @@ module oh_memory_ram # (parameter DW = 104, //memory width
input [DW-1:0] wr_din // data input
);
reg [DW-1:0] ram [DEPTH-1:0];
reg [DW-1:0] ram [0:DEPTH-1];
integer i;
//registered read port