NERV is a very simple single-stage RV32I processor.
git clone https://github.com/SymbioticEDA/nerv.git
cd nerv
make
git clone https://github.com/SymbioticEDA/riscv-formal.git
cd riscv-formal/cores/
git clone https://github.com/SymbioticEDA/nerv.git
cd nerv
make -j8 check
See the iCEBreaker SOC README
cd examples/icebreaker
make prog