From a6c435791ae6e4274d9a636d74d71ca3cff3f625 Mon Sep 17 00:00:00 2001 From: Yehowshua Immanuel Date: Wed, 5 Mar 2025 00:10:56 -0500 Subject: [PATCH] improve instructions to simulate in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cf3b06c..8a1d475 100644 --- a/README.md +++ b/README.md @@ -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 ```