riscv-core-as-fast-as-passible
A single cycle riscv compatible with RV32I unprivileged spec.
https://riscv.org/technical/specifications/
In this project we will try to create a riscv core ASAP.
- Follow the "HOW_TO" in the
- Read spec.
- Design block diagram.
- Write SystemVerilog Core (RTL)
- Write a TB. (validation & Stimuli)
- Write c/assembly program to run on the core.
./buildl.sh all