We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efc4bd commit 5e1f556Copy full SHA for 5e1f556
src/cpu/worker.mlog.jinja
@@ -2383,8 +2383,9 @@ modify_csr__read__machine:
2383
jump modify_csr__mip equal imm 0x344 # mip
2384
2385
# PMP registers (unimplemented)
2386
+ # the spec seems to imply these can be read-only zero if not implemented, but sail throws illegal op
2387
jump modify_csr__read__privileged lessThan imm 0x3a0 # pmpcfg0
- jump modify_csr__readonly_zero lessThanEq imm 0x3ef # pmpaddr63
2388
+ jump ILLEGAL_OP lessThanEq imm 0x3ef # pmpaddr63
2389
2390
modify_csr__read__privileged:
2391
# CSRs that use the same handler for supervisor- and machine-level
0 commit comments