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
The v tests are quite constrained as to what environment they can run in. You might succeed in changing the start address, but you probably need to make additional changes. And, most likely, there are constraints as to what start addresses will actually work, even if you change all of the necessary parameters.
I want to change the default address from
0x8000_0000
to0x7000_0000
, but spike cannot runrv64ui-v-add
(vm enable) successfully, here the steps:Step1: modified the
link.ld
fileStep2: remake all stuffs
Step3: run
rv64ui-p-add
(vm disable) on spike, looks fineStep4: run
rv64ui-v-add
(vm enable) on spike, get stuckThe text was updated successfully, but these errors were encountered: