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
Hello everyone,
I've design an RV64IMAC architecture with M & S Privilege levels supported.
I want to test the S-mode, I see that the assembly generated has S-mode exception handler and stvec handler, but spike only does M-mode handler exception and mtvec handler.
How can i force spike to go to s-mode exception handler?
Also, how i force spike to use sscratch instead of mscratch?
The text was updated successfully, but these errors were encountered:
Hello everyone,
I've design an RV64IMAC architecture with M & S Privilege levels supported.
I want to test the S-mode, I see that the assembly generated has S-mode exception handler and stvec handler, but spike only does M-mode handler exception and mtvec handler.
How can i force spike to go to s-mode exception handler?
Also, how i force spike to use
sscratch
instead ofmscratch
?The text was updated successfully, but these errors were encountered: