mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed bug where icache did not replay PCF on itlb miss.
This commit is contained in:
parent
c9291655da
commit
c453b285dc
1
wally-pipelined/src/cache/icachefsm.sv
vendored
1
wally-pipelined/src/cache/icachefsm.sv
vendored
@ -144,6 +144,7 @@ module icachefsm
|
|||||||
-----/\----- EXCLUDED -----/\----- */
|
-----/\----- EXCLUDED -----/\----- */
|
||||||
if(ITLBMissF) begin
|
if(ITLBMissF) begin
|
||||||
NextState = STATE_READY;
|
NextState = STATE_READY;
|
||||||
|
SelAdr = 2'b01;
|
||||||
ICacheStallF = 1'b0;
|
ICacheStallF = 1'b0;
|
||||||
end
|
end
|
||||||
else if (hit & ~spill) begin
|
else if (hit & ~spill) begin
|
||||||
|
Loading…
Reference in New Issue
Block a user