Home

Awesome

RISC-V-FPGA

RISC-V CPU for OpenFPGAs, in Icestudio

Quick start

Testing the firmaware in C

Testing the firmware in asm

Credits

It is based on the picorv32 by Clifford Wolf https://github.com/cliffordwolf/picorv32

SOCs for the RARs simulator

There are two socs for using with the RARs simulador:

In the firmware/soc-rars-MMIO-1/rars and firmware/soc-rars-MMIO-2/rars folderS there are examples for trying. Open them with the RARs simulator, assemble and dump the code into a .bin file. Then flash it into the FPGA with iceprog tool:

iceprog -o 1M file.bin

or apio:

apio raw "iceprog -o 1M file.bin"