improve instructions to simulate in README
This commit is contained in:
parent
7f7ba49ee1
commit
a6c435791a
|
@ -11,6 +11,9 @@ Note that this repository is currently very much W.I.P. That being said,
|
||||||
this is how you would currently run a simulation:
|
this is how you would currently run a simulation:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
pushd rv_tests/hello_world/
|
||||||
|
make
|
||||||
|
popd
|
||||||
cabal run main --ghc-options="-D_RAM_DEPTH=2048" -- --firmware=./rv_tests/hello_world/hello.bin
|
cabal run main --ghc-options="-D_RAM_DEPTH=2048" -- --firmware=./rv_tests/hello_world/hello.bin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue