Go to file
imi415 2237b19be9
Moved drivers to subdirectory, use vectored exception model.
2021-04-13 02:23:31 +08:00
assets Added GPIO example and block design docs. 2021-04-12 01:37:44 +08:00
include Moved drivers to subdirectory, use vectored exception model. 2021-04-13 02:23:31 +08:00
lib Initial commit. 2021-04-12 01:27:48 +08:00
src Moved drivers to subdirectory, use vectored exception model. 2021-04-13 02:23:31 +08:00
startup Moved drivers to subdirectory, use vectored exception model. 2021-04-13 02:23:31 +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