You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When accessing a specific non-existent CSR (e.g., 0xb7d) in M-mode, NutShell sets the mstatus register incorrectly, while other CSRs such as mepc and mcause remain consistent with Spike. Upon reviewing the NutShell source code CSR, there is no evidence of a custom implementation for this CSR.
Steps to Reproduce
Enter M-mode.
Attempt to access a non-existent CSR, such as 0xb7d.
Compare the behavior of NutShell's CSRs.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
When accessing a specific non-existent CSR (e.g.,
0xb7d
) in M-mode, NutShell sets themstatus
register incorrectly, while other CSRs such asmepc
andmcause
remain consistent with Spike. Upon reviewing the NutShell source code CSR, there is no evidence of a custom implementation for this CSR.Steps to Reproduce
0xb7d
.Screenshots
The text was updated successfully, but these errors were encountered: