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
I have compiled spike (commit 00dfa28) and pk (commit 4f3debe) both current master branch.
I have configured --with-isa=RV64GCV and --with-arch=RV64GCV for compilation of spike and pk respectively.
I am using riscv64-unknown-elf-gcc (gd7cbcfe7c33) 15.0.0 20240605 (experimental)
I run the following command and get the output trapping on vsetivli instruction.
What is going on here? How do I make spike to execute the instruction normally?
I have compiled spike (commit 00dfa28) and pk (commit 4f3debe) both current master branch.
I have configured
--with-isa=RV64GCV
and--with-arch=RV64GCV
for compilation of spike and pk respectively.I am using
riscv64-unknown-elf-gcc (gd7cbcfe7c33) 15.0.0 20240605 (experimental)
I run the following command and get the output trapping on
vsetivli
instruction.What is going on here? How do I make spike to execute the instruction normally?
edit, I have tried running pk in sail and it fails too, so I assume the PK sets illegal vtype? can someone confirm
The text was updated successfully, but these errors were encountered: