From: Scott Beamer Date: Wed, 16 Jul 2014 23:50:27 +0000 (-0700) Subject: couple of more notes on debug mode X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7812ee06e6e1d3ffd0195b010cb095ef36b0a4eb;p=riscv-isa-sim.git couple of more notes on debug mode --- diff --git a/README b/README index fed9bc7..71827bc 100644 --- a/README +++ b/README @@ -84,3 +84,14 @@ execute until a desired equality is reached: Alternatively, you can execute as long as an equality is true: : while mem 2020 50a9907311096993 + +You can continue execution indefinitely by: + + : r + +At any point during execution (even without -d), you can enter the +interactive debug mode with -. + +To end the simulation from the debug prompt, press - or: + + : q