a risc-v simulator
Go to file
2023-11-07 12:29:46 +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 Added MULH test 2023-11-03 17:19:00 +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
LICENSE Added LICENSE 2023-11-07 12:29:46 +01:00
Makefile Makefile: Changed clean rule, fixed dep 2023-11-03 16:14:03 +01:00
README.md Updated README 2023-11-03 16:36:21 +01:00

vriscv - a risc-v simulator

Linux and the BBL bootloader can be downloaded, built, and ran on the simulator using:

make run

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: