Fixed bug where icache did not replay PCF on itlb miss.

This commit is contained in:
Ross Thompson 2021-12-19 17:01:13 -06:00
parent c9291655da
commit c453b285dc

View File

@ -144,6 +144,7 @@ module icachefsm
-----/\----- EXCLUDED -----/\----- */
if(ITLBMissF) begin
NextState = STATE_READY;
SelAdr = 2'b01;
ICacheStallF = 1'b0;
end
else if (hit & ~spill) begin