Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 368 Bytes

File metadata and controls

20 lines (15 loc) · 368 Bytes

platform-rocket

A StreamBlocks platform for Rocket-Chip

How to compile :

First clone StreamBlocks:

git clone https://github.com/streamblocks/streamblocks-tycho streamblocks-tycho
cd streamblocks-tycho
mvn -DskipTests install

Then clone this repository:

git clone https://github.com/streamblocks/rocket-chip rocket-chip
cd rocket-chip
mvn install