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
Is there a specific requirement for the reset values of mstatus.mpp and mstatus.spp? I found in the Spike code that during initialization, if the U mode exists, mstatus.mpp is set to 0. However, would directly setting it to 2b11 also comply with the specifications?
Is there a specific requirement for the reset values of mstatus.mpp and mstatus.spp? I found in the Spike code that during initialization, if the U mode exists, mstatus.mpp is set to 0. However, would directly setting it to 2b11 also comply with the specifications?
https://github.com/riscv-software-src/riscv-isa-sim/blob/a2dcf1fd70f359e2cf0a953986c9fe222a6d53c2/riscv/csrs.cc#L566-L577
The text was updated successfully, but these errors were encountered: