forked from Github_Repos/cvw
simpleram simplification
This commit is contained in:
parent
9da1ed4ed9
commit
8d04e83c9f
@ -233,6 +233,8 @@ module ifu (
|
||||
if (`MEM_IROM) begin : irom
|
||||
logic [`XLEN-1:0] FinalInstrRawF_FIXME;
|
||||
|
||||
// *** adjust interface so write address doesn't need delaying
|
||||
// *** modify to be a ROM rather than RAM
|
||||
simpleram #(
|
||||
.BASE(`RAM_BASE), .RANGE(`RAM_RANGE)) ram (
|
||||
.clk,
|
||||
|
@ -245,6 +245,7 @@ module lsu (
|
||||
logic SelUncachedAdr;
|
||||
|
||||
if (`MEM_DTIM) begin : dtim
|
||||
// *** adjust interface so write address doesn't need delaying; switch to standard RAM?
|
||||
simpleram #(.BASE(`RAM_BASE), .RANGE(`RAM_RANGE)) ram (
|
||||
.clk,
|
||||
.a(CPUBusy ? IEUAdrM[31:0] : IEUAdrE[31:0]),
|
||||
|
Loading…
Reference in New Issue
Block a user