openhwgroup / cva6

The CORE-V CVA6 is an Application class 6-stage RISC-V CPU capable of booting Linux
https://docs.openhwgroup.org/projects/cva6-user-manual/
Other
2.23k stars 675 forks source link

Use correct fault type for VLSU overflow #2273

Closed michael-platzer closed 3 months ago

michael-platzer commented 3 months ago

This PR changes the fault type triggered on an LSU overflow to be compliant with the RISC-V privileged spec, which requires a page fault exception instead of an access fault. Fixes #2272.

github-actions[bot] commented 3 months ago

:heavy_check_mark: successful run, report available here.