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
docs | ||
include | ||
src | ||
tb | ||
test | ||
uvm-scaffold@d59b8d6a51 | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
CHANGELOG | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
mkdocs.yml | ||
README.md |
Ariane RISC-V CPU
For detailed documentation refer to the online documentation (Login: zarubaf
Password: zaruba
).
Getting Started
Checkout the repository and initialize all submodules
git checkout git@iis-git.ee.ethz.ch:floce/ariane.git
git submodule update --init --recursive
Build Ariane by using the Makefile:
make build
Start the simulation using Modelsim:
make sim
Or start any of the unit tests by:
make dcache_arbiter
Contributing
Check out the contribution guide