diff --git a/bin/verilator b/bin/verilator index 1cf92d3db..d935ce1e3 100755 --- a/bin/verilator +++ b/bin/verilator @@ -56,7 +56,7 @@ Getopt::Long::config("no_auto_abbrev","pass_through"); if (! GetOptions( # Major operating modes "help" => \&usage, - "debug:s" => \&debug, + "debug" => \&debug, # "version!" => \&version, # Also passthru'ed # Switches "gdb!" => \$opt_gdb,