mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Moved the *** from trap to an issue.
This commit is contained in:
parent
9b6b6617af
commit
576f1b9e59
@ -88,7 +88,7 @@ module trap import cvw::*; #(parameter cvw_t P) (
|
||||
BreakpointFaultM | EcallFaultM |
|
||||
LoadAccessFaultM | StoreAmoAccessFaultM;
|
||||
// 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
|
||||
|
Loading…
Reference in New Issue
Block a user