Fixed bug with the icache.

This commit is contained in:
Ross Thompson 2022-01-03 15:55:19 -06:00
parent c501276067
commit d77ddd2cbf

View File

@ -129,6 +129,7 @@ module icachefsm
SelAdr = 2'b00;
ICacheReadEn = 1'b1;
if(IgnoreRequest) begin
SelAdr = 2'b01;
NextState = STATE_READY;
end else
if(ITLBMissF) begin