It's only up from there
RockBottom is my RTL design for Open-Source Chip Project by University (OSCPU), but I'm sure it will be much more than that, just like me.
- Template-based development using the chisel language
- Simplify the design of decoding modules with
rvdecoderdb - Simplify the final generated circuit with
espresso - Using the generated circuit for simulation. No over-reliance on the chisel environment
- Using BlackBox contain DPI-C functions to interact with verilator
- You can build the design using mill or sbt.
Files ending in Handler are using BlackBox.
git submodule update --init --recursive
cd espresso
mkdir build
cd build
cmake ..
make