mirror of
https://github.com/verilator/verilator.git
synced 2025-01-19 12:54:02 +00:00
Commentary
This commit is contained in:
parent
8b954dc381
commit
29f1a9208e
@ -87,6 +87,9 @@ if ($opt_gdb) {
|
|||||||
# Generic GDB interactive
|
# Generic GDB interactive
|
||||||
run (("gdb"||$ENV{VERILATOR_GDB})
|
run (("gdb"||$ENV{VERILATOR_GDB})
|
||||||
." ".verilator_bin()
|
." ".verilator_bin()
|
||||||
|
# Note, uncomment to set breakpoints before running:
|
||||||
|
# ." -ex 'break main'"
|
||||||
|
|
||||||
# Note, we must use double-quotes ("run <switches>")
|
# Note, we must use double-quotes ("run <switches>")
|
||||||
# and not single ('run <switches>') below. Bash swallows
|
# and not single ('run <switches>') below. Bash swallows
|
||||||
# escapes as you would expect in a double-quoted string.
|
# escapes as you would expect in a double-quoted string.
|
||||||
|
Loading…
Reference in New Issue
Block a user