Moved the *** from trap to an issue.

This commit is contained in:
Ross Thompson 2024-06-19 12:31:24 -07:00
parent 9b6b6617af
commit 576f1b9e59

View File

@ -88,7 +88,7 @@ module trap import cvw::*; #(parameter cvw_t P) (
BreakpointFaultM | EcallFaultM | BreakpointFaultM | EcallFaultM |
LoadAccessFaultM | StoreAmoAccessFaultM; LoadAccessFaultM | StoreAmoAccessFaultM;
// coverage on // coverage on
assign TrapM = (ExceptionM & ~CommittedF) | InterruptM; // *** RT: review this additional ~CommittedF with DH and update priv chapter. assign TrapM = (ExceptionM & ~CommittedF) | InterruptM;
/////////////////////////////////////////// ///////////////////////////////////////////
// Cause priority defined in privileged spec // Cause priority defined in privileged spec