Finally resolved the issues with the rv32ic and rv64ic configurations.

This commit is contained in:
Ross Thompson 2022-08-25 16:00:55 -05:00
parent 5c2bc20dbd
commit 8c8b95ecf5

View File

@ -185,7 +185,7 @@ module ifu (
assign InstrRawF = AllInstrRawF[31:0];
if (`IROM) begin : irom
irom irom(.clk, .reset, .Adr(CPUBusy | reset ? PCPF : PCNextFSpill), .ReadData(FinalInstrRawF));
irom irom(.clk, .reset, .Adr(CPUBusy | reset ? PCFSpill : PCNextFSpill), .ReadData(FinalInstrRawF));
assign {BusStall, IFUBusRead} = '0;
assign {ICacheStallF, ICacheMiss, ICacheAccess} = '0;