Fix CHERI Exception numbering to match spec.

It looks like PermitUnsealViolation and PermitSetCIDViolation were accidentally renumbered to fill in the gap left by the retired CCallAcessIDCViolation.
This commit is contained in:
Robert Norton
2021-06-14 21:53:42 +01:00
committed by PeterRugg
parent a07e0d32f5
commit ff0221f6bc

View File

@@ -21,6 +21,7 @@
`CHERIException(PermitSealViolation, 5'd23)
`CHERIException(PermitASRViolation, 5'd24)
`CHERIException(PermitCCallViolation, 5'd25)
`CHERIException(PermitUnsealViolation, 5'd26)
`CHERIException(PermitSetCIDViolation, 5'd27)
// 5'd28 - 5'd31 reserved
// 5'd26 reserved (obsolete CCallAccessIDCViolation)
`CHERIException(PermitUnsealViolation, 5'd27)
`CHERIException(PermitSetCIDViolation, 5'd28)
// 5'd29 - 5'd31 reserved