improve instructions to simulate in README

This commit is contained in:
Yehowshua Immanuel 2025-03-05 00:10:56 -05:00
parent 7f7ba49ee1
commit a6c435791a

View file

@ -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:
```bash
pushd rv_tests/hello_world/
make
popd
cabal run main --ghc-options="-D_RAM_DEPTH=2048" -- --firmware=./rv_tests/hello_world/hello.bin
```