mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Finally resolved the issues with the rv32ic and rv64ic configurations.
This commit is contained in:
parent
ad3e632119
commit
e70c90d351
@ -185,7 +185,7 @@ module ifu (
|
|||||||
assign InstrRawF = AllInstrRawF[31:0];
|
assign InstrRawF = AllInstrRawF[31:0];
|
||||||
|
|
||||||
if (`IROM) begin : irom
|
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 {BusStall, IFUBusRead} = '0;
|
||||||
assign {ICacheStallF, ICacheMiss, ICacheAccess} = '0;
|
assign {ICacheStallF, ICacheMiss, ICacheAccess} = '0;
|
||||||
|
Loading…
Reference in New Issue
Block a user