Open leBsky opened 1 week ago
In this case, the error record (ERR_REQINFO.v
also is a part of error record) will be updated because condition (1) is not held.
Error record will not be updated when conditions both are held (interrupt is suppressed and bus error is suppressed).
The spec claims that "The error capture record maintains the specifics of the first illegal access detected, except if the following two conditions are held: (1) any interrupt-suppress bit regarding the access is set, and (2) no bus error is returned" I understand that it means error record requires no interrupt suppression and no bus error suppression.
In this case, when an interrupt is not suppressed but bus error is suppressed, the interrupt will be triggered and it should update ERR_REQINFO.v to 1 to denote the interrupt pending status. However, from the perspective of error recording mechanism, since the bus error suppression is detected, then it will not update the ERR_REQINFO.v. Please help clarify the inconsistent condition.