From 7812ee06e6e1d3ffd0195b010cb095ef36b0a4eb Mon Sep 17 00:00:00 2001 From: Scott Beamer Date: Wed, 16 Jul 2014 16:50:27 -0700 Subject: couple of more notes on debug mode --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit v1.1