Commit 7e3b33b5 authored by Allen Jason Tan's avatar Allen Jason Tan
Browse files

Make datamem interface bit widths consistent

No related merge requests found
Showing with 1 addition and 2 deletions
+1 -2
......@@ -951,7 +951,6 @@ assign ext_data_wr_en = |ext_data_write;
// MEM Stage =====================================================================
wire mem_dm_en;
wire [`BUS_BITS-1:0] mem_dm_addr;
assign mem_dm_addr[1:0] = 2'b0;
wire mem_sel_store;
wire sb_is_stype;
......@@ -974,7 +973,7 @@ assign ext_data_wr_en = |ext_data_write;
.exe_addr_in(exe_ALUout[`DATAMEM_BITS+1:2]),
.mem_addr_in(mem_ALUout[`DATAMEM_BITS+1:2]),
.addr_out(mem_dm_addr[`BUS_BITS-1:2]),
.addr_out(mem_dm_addr),
.sb_opB(sb_rstore),
.sb_byte_offset(sb_byte_offset),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment