You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: