a risc-v simulator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
vhaudiquet 66c89d8630 Bugfix JAL, print enhance 12 months ago
src Bugfix JAL, print enhance 12 months ago
tests Added negative offset case for JALR 12 months ago
.clang-format Initial commit 12 months ago
.gitignore Initial commit 12 months ago
Makefile Added unit testing 12 months ago
README.md Added unit testing 12 months ago

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:

RISC-V SBI Specifications:

Buildroot fork for nommu linux: