xeasonx
Results
2
comments of
xeasonx
Make sure RV64 toolchain and `riscv_sim_RV64` are in PATH. Edit `spike_isa.yaml` under `spike` dir, change `supported_xlen` to `[64]`, change field `rv32` to `rv64`, then run the test. Hope help. ```yaml...
@arjunsuresh Problem solved, thank you.