Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 367 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 367 Bytes

uintr-rocket-chip

RISC-V User-Interrupt implemented in Rocket Chip.

Quick Instructions

Checkout the Code

git clone https://github.com/U-interrupt/uintr-rocket-chip.git
cd uintr-rocket-chip
git submodule update --init --recursive

Building Tools

cd scripts
export RISCV=<Your path where riscv-gnu-toolchain installed>
./build.sh