From 29f1a9208e7b787cd59d361639eade1186d49404 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 30 Apr 2018 20:00:38 -0400 Subject: [PATCH] Commentary --- bin/verilator | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/verilator b/bin/verilator index 901a9f0e3..3a2a81734 100755 --- a/bin/verilator +++ b/bin/verilator @@ -87,6 +87,9 @@ if ($opt_gdb) { # Generic GDB interactive run (("gdb"||$ENV{VERILATOR_GDB}) ." ".verilator_bin() + # Note, uncomment to set breakpoints before running: + # ." -ex 'break main'" + # Note, we must use double-quotes ("run ") # and not single ('run ') below. Bash swallows # escapes as you would expect in a double-quoted string.