mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Updated IROMAdr logic.
This commit is contained in:
parent
0294ca0469
commit
f83d640068
@ -193,7 +193,7 @@ module ifu (
|
|||||||
/* verilator lint_on WIDTH */
|
/* verilator lint_on WIDTH */
|
||||||
|
|
||||||
assign RWF = 2'b10;
|
assign RWF = 2'b10;
|
||||||
irom irom(.clk, .reset, .ce(~CPUBusy), .Adr(CPUBusy | reset ? PCFSpill : PCNextFSpill), .ReadData(FinalInstrRawF));
|
irom irom(.clk, .reset, .ce(~CPUBusy), .Adr(IROMAdr[`XLEN-1:0]), .ReadData(FinalInstrRawF));
|
||||||
|
|
||||||
end else begin
|
end else begin
|
||||||
assign RWF = 2'b10;
|
assign RWF = 2'b10;
|
||||||
|
Loading…
Reference in New Issue
Block a user