mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-20 11:57:27 -04:00
Moved the *** from trap to an issue.
This commit is contained in:
parent
9b6b6617af
commit
576f1b9e59
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue