A RISC-V RV32I processor written with Chisel as a learning exercise. Basically the same design as the multi-cycle processor from Harris and Harris, but extended to cover the entire base instruction set.
- Install dependencies1
just test chisel verilate simulate
The controls for the standalone simulator aren't documented yet, but the source code makes them at
least mildly clear. vim users will feel somewhat at home.
Footnotes
-
If you use the
nixpackage manager, you can use theshell.nixfile in the project root withnix-shell. ↩