Possible fix for icache and ptw interlock deadlock issue.

This commit is contained in:
Ross Thompson 2021-12-13 18:23:43 -06:00
parent 2d662bc4be
commit 30941c073a

View File

@ -331,8 +331,10 @@ module icachefsm
ICacheStallF = 1'b0;
end else if (ITLBWriteF) begin
NextState = STATE_TLB_MISS_DONE;
ICacheStallF = 1'b1;
end else begin
NextState = STATE_TLB_MISS;
ICacheStallF = 1'b0;
end
end
STATE_TLB_MISS_DONE: begin