a risc-v simulator
Go to file
2023-11-03 16:35:08 +01:00
hardware Makefile can now build linux/bbl 2023-11-02 18:54:57 +01:00
src Fixed tests using sbi shutdown 2023-11-03 16:35:08 +01:00
tests Fixed tests using sbi shutdown 2023-11-03 16:35:08 +01:00
.clang-format Initial commit 2023-10-04 21:28:18 +02:00
.gitignore Initial commit 2023-10-04 21:28:18 +02:00
Makefile Makefile: Changed clean rule, fixed dep 2023-11-03 16:14:03 +01:00
README.md Added resource, fixed memaccess 2023-10-17 13:25:31 +02:00

vriscv - a risc-v simulator

Unit tests

Unit tests can be compiled and run using :

make tests

Resources used

RISC-V Specifications:

Device Tree Source :

Juraj's Blog, mostly:

RISC-V SBI Specifications:

Buildroot fork for nommu linux: