fix verbosity level

This commit is contained in:
Jesse Cirimelli-Low 2026-04-30 13:02:03 -07:00
parent a5c879f510
commit e4a895ecb0
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ def parse_args():
dest="num_sim_threads"),
optparse.make_option("-v", "--verbose",
action="count",
dest="5",
dest="verbose_level",
help="Increase the verbosity level"),
optparse.make_option("-t", "--tech",
dest="tech_name",