Skip to content

Agonisia/RockBottom

Repository files navigation

RockBottom

It's only up from there

Brief Introduction

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.

Features

  • 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 Naming Rules

Files ending in Handler are using BlackBox.

Preparatory work

git submodule update --init --recursive

cd espresso
mkdir build 
cd build 
cmake ..
make 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 15