Skip to content
Snippets Groups Projects
Commit f49a9404 authored by Pierre Ravenel's avatar Pierre Ravenel
Browse files

Updated readme

parent 454c20ed
No related branches found
No related tags found
No related merge requests found
......@@ -2,17 +2,18 @@
Collection of applications for the cva6.
* level0: performance tests of the microarchitecture without setup
* level1: -> ASM -> `riscv-arch-test`
* level2: C applications with printf capability
* level3: `Polybench`
* levelRVT: `riscv-tests`
* `level0` : performance tests of the microarchitecture without setup
* `level1` :
* `level2` : C applications with printf capability
* `level3` : `Polybench`
* `levelRVT` : `riscv-arch-test`
* `levelRVT` : `riscv-tests`
## Build
```sh
# Build level<LEVEL>/build/*.riscv
make -C level<LEVEL> build
make -C level<LEVEL>
```
## Methodology
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment