a risc-v simulator
src | ||
tests | ||
.clang-format | ||
.gitignore | ||
Makefile | ||
README.md |
vriscv - a risc-v simulator
Unit tests
Unit tests can be compiled and run using :
make tests
Resources used
Juraj's Blog, mostly:
- https://jborza.com/post/2021-04-04-riscv-supervisor-mode/
- https://jborza.com/emulation/2021/04/22/ecalls-and-syscalls.html
RISC-V SBI Specifications:
Buildroot fork for nommu linux: