Go to file
imi415 06cbbf0694
Added LICENSE.
2021-04-12 01:39:43 +08:00
assets Added GPIO example and block design docs. 2021-04-12 01:37:44 +08:00
include Initial commit. 2021-04-12 01:27:48 +08:00
lib Initial commit. 2021-04-12 01:27:48 +08:00
src Added GPIO example and block design docs. 2021-04-12 01:37:44 +08:00
startup Initial commit. 2021-04-12 01:27:48 +08:00
.gitmodules Initial commit. 2021-04-12 01:27:48 +08:00
CMakeLists.txt Initial commit. 2021-04-12 01:27:48 +08:00
LICENSE Added LICENSE. 2021-04-12 01:39:43 +08:00
README.md Added GPIO example and block design docs. 2021-04-12 01:37:44 +08:00
riscv64-unknown-eabi.cmake Initial commit. 2021-04-12 01:27:48 +08:00

README.md

Hello world example for Flute

This project contains a working project for Bluespec's open source 'Flute' processor.

How to build?

mkdir build && cd build
TOOLCHAIN_PATH=${MY_RV_TOOLCHAIN_PATH} cmake DCMAKE_TOOLCHAIN_FILE=riscv64-unknown-eabi.cmake ..
make

Hardware

The Vivado project and bluespec bsv sources will be uploaded in a few days.

Vivado block design