ibex icon indicating copy to clipboard operation
ibex copied to clipboard

Document trap precision

Open imphil opened this issue 5 years ago • 1 comments

The RISC-V spec gives us some flexibility how precise traps should be. We need to document our current behavior.

I'd expect all traps to be precise, but we should double-check with the code.

imphil avatar Jun 24 '19 15:06 imphil

There have been some fairly recent updates to the RISC-V privileged spec which provide some clarity on behavior here. We should check Ibex complies with the latest version.

GregAC avatar Dec 10 '21 16:12 GregAC