Skip to content

Naive Educational RISC-V -- A simple single-stage RV32I processor

License

Notifications You must be signed in to change notification settings

SymbioticEDA/nerv

Repository files navigation

NERV - Naive Educational RISC-V Processor

NERV is a very simple single-stage RV32I processor. It is equipped with an RVFI interface and is formally verified.

system diagram

Running the simulation testbench

git clone https://github.com/SymbioticEDA/nerv.git
cd nerv
make

Running the riscv-formal testbench

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

iCEBreaker SOC example

See the iCEBreaker SOC README

About

Naive Educational RISC-V -- A simple single-stage RV32I processor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •