1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Don't force DMA RAM into MLABs

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich 2022-08-05 16:25:18 -07:00
parent 91450fcab7
commit d6d59a5675
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ generate
for (n = 0; n < SEG_COUNT; n = n + 1) begin
(* ramstyle = "no_rw_check, mlab" *)
(* ramstyle = "no_rw_check" *)
reg [SEG_DATA_WIDTH-1:0] mem_reg[2**INT_ADDR_WIDTH-1:0];
reg wr_done_reg = 1'b0;

View File

@ -88,7 +88,7 @@ generate
for (n = 0; n < SEG_COUNT; n = n + 1) begin
(* ramstyle = "no_rw_check, mlab" *)
(* ramstyle = "no_rw_check" *)
reg [SEG_DATA_WIDTH-1:0] mem_reg[2**INT_ADDR_WIDTH-1:0];
reg wr_done_reg = 1'b0;