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 I run make all CONFIG=rv64-baseline, I get Error: unrecognized opcode `roriw t1,t1,t13`, which is part of Zbkb extension. When I look in riscv-crypto/benchmarks/config/rv64-zscrypto.conf, the architecture doesn't seem to include the Zbkb extension:
Broadly, I am confused on how to get things running initially. I installed everything as directed in riscv-crypto/tools/README.md. The resulting toolchain version is
I was able to resolve this by getting a fresh install of GCC 13.2, Spike master branch, and adding extensions in -march as is conventional. I think the set-up instructions in this repo are out-of-date.
When I run
make all CONFIG=rv64-baseline
, I getError: unrecognized opcode `roriw t1,t1,t13`
, which is part of Zbkb extension. When I look inriscv-crypto/benchmarks/config/rv64-zscrypto.conf
, the architecture doesn't seem to include the Zbkb extension:riscv-crypto/benchmarks/config/rv64-zscrypto.conf
Line 24 in e2dd7d9
Broadly, I am confused on how to get things running initially. I installed everything as directed in
riscv-crypto/tools/README.md
. The resulting toolchain version isI haven't had any success getting cryptography instructions compiled. Any help appreciated!
The text was updated successfully, but these errors were encountered: