mirror of https://github.com/VLSIDA/OpenRAM.git
fix verbosity level
This commit is contained in:
parent
a5c879f510
commit
e4a895ecb0
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue