From b815ab8d40f82fdd301c35e8a3d77f533492ae20 Mon Sep 17 00:00:00 2001 From: Hugo McNally Date: Tue, 12 Mar 2024 15:53:58 +0000 Subject: [PATCH] Added tracing option to getting started guide --- doc/guide/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guide/getting-started.md b/doc/guide/getting-started.md index 7e44194f7..4f2602a9a 100644 --- a/doc/guide/getting-started.md +++ b/doc/guide/getting-started.md @@ -68,6 +68,8 @@ Use the following FuseSoC command to build the simulator binary: fusesoc --cores-root=. run --target=sim --tool=verilator --setup --build lowrisc:sonata:system ``` +*To enable tracing append, `--verilator_options='+define+RVFI'` to the command above.* + ### Running Running the simulator can be accomplished with the following command, where you can change the `meminit` argument to a different program if you wish: