diff --git a/wally-pipelined/src/cache/icachefsm.sv b/wally-pipelined/src/cache/icachefsm.sv index cfbff3797..c2fbcd0f3 100644 --- a/wally-pipelined/src/cache/icachefsm.sv +++ b/wally-pipelined/src/cache/icachefsm.sv @@ -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