mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-24 14:17:16 -04:00
The CORE-V CVA6 is an Application class 6-stage RISC-V CPU capable of booting Linux
ci | ||
docs | ||
failedtests | ||
include | ||
riscv-torture@4e1c13adc5 | ||
src | ||
tb@d2c8a8a977 | ||
.editorconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
.travis.yml | ||
ariane-run-torture | ||
Bender.yml | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
README.md | ||
src_files.yml |
Ariane RISC-V CPU
Getting Started
Go and get the RISC-V tools.
Checkout the repository and initialize all submodules
git checkout https://github.com/pulp-platform/ariane.git
git submodule update --init --recursive
Build the Verilator model of Ariane by using the Makefile:
make verilate
Contributing
Check out the contribution guide