You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
assets | 2 years ago | |
include | 2 years ago | |
lib | 2 years ago | |
src | 2 years ago | |
startup | 2 years ago | |
.gitmodules | 2 years ago | |
CMakeLists.txt | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
riscv64-unknown-eabi.cmake | 2 years ago |
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.