I’m developing a risc-v emulator in c++ which covers the RV32I ISA. While i was making all the instructions, I tested them by making some small programs and loading them into the emulator, but i know there are some official test hosted in this repository.
The problem is that I’m pretty new on all of this risc-v stuff, so I’m not sure how can I run all test setting my emulator as the target. I installed the toolchain and downloaded the test repository (as it says in the repo documentation), but I’m not sure how to continue. Can anyone help or provide another documentation?
Iker Rodríguez Hernández is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.