Fixed bug with the icache.

This commit is contained in:
Ross Thompson 2022-01-03 15:55:19 -06:00
parent e0c310fea7
commit 35c5b9ad50

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