Skip to content

Commit

Permalink
Fix README docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
compor committed Oct 19, 2023
1 parent 21c57e9 commit 02e5bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $ docker run --rm -ti --volume $PWD/riscv-paper-experiments:/src ghcr.io/nazavod
Alternatively, the current flow can be performed with:

```shell
$ docker run --rm -ti --volume $PWD/riscv-paper-experiments:/src ghcr.io/nazavode/snitch-toolchain:2.2 /src/scripts/run.sh
$ docker run --rm -ti --volume $PWD/riscv-paper-experiments:/src ghcr.io/nazavode/snitch-toolchain:2.3 /src/scripts/run.sh
```

This builds the kernels, executes them with Verilator, process the traces from these runs and plots the results.
Expand Down

0 comments on commit 02e5bfe

Please sign in to comment.