mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
📝 Add small getting started section
This commit is contained in:
parent
f4733307f4
commit
ccd0188670
1 changed files with 22 additions and 0 deletions
22
README.md
22
README.md
|
@ -7,6 +7,28 @@
|
|||
|
||||
For detailed documentation refer to the [online documentation](http://www.be4web.net/ariane/) (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](CONTRIBUTING.md)
|
Loading…
Add table
Add a link
Reference in a new issue