We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b5f48 commit d9d952aCopy full SHA for d9d952a
cores/lm32/rtl/lm32_icache.v
@@ -743,7 +743,7 @@ begin
743
itlb_miss_q <= `FALSE;
744
else
745
begin
746
- if (itlb_miss && ~itlb_miss_q)
+ if (itlb_miss && ~itlb_miss_q && ~(exception_x == `TRUE && stall_m == `FALSE && stall_x == `FALSE && q_x == `TRUE))
747
itlb_miss_q <= `TRUE;
748
else if (itlb_miss_q && /* exception_m == `TRUE */ exception_x == `TRUE && stall_m == `FALSE && stall_x == `FALSE && q_x == `TRUE)
749
0 commit comments