mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
Changing order of RAM array
This commit is contained in:
parent
65aa1b061c
commit
c271360709
@ -22,7 +22,7 @@ module oh_memory_ram # (parameter DW = 104, //memory width
|
|||||||
input [DW-1:0] wr_din // data input
|
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;
|
integer i;
|
||||||
|
|
||||||
//registered read port
|
//registered read port
|
||||||
|
Loading…
x
Reference in New Issue
Block a user