This repository has been archived by the owner on Apr 13, 2019. It is now read-only.
Generate illegal instruction traps for s* CSR accesses if misa.S is not set #126
Labels
qemu-for-upstream
Fixed in the qemu-for-upstream branch
misa.S indicates the machine supports S mode, and hence implements the s*CSRs, either returning the required values, or hard-coded to zero as specified.
However, if S-mode is not implemented, s* CSR accesses should generate illegal instruction traps.
The text was updated successfully, but these errors were encountered: