Commentary

This commit is contained in:
Wilson Snyder 2018-04-30 20:00:38 -04:00
parent 8b954dc381
commit 29f1a9208e

View File

@ -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 <switches>")
# and not single ('run <switches>') below. Bash swallows
# escapes as you would expect in a double-quoted string.