mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-28 17:14:54 +02:00
fix verbosity level
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ def parse_args():
|
|||||||
dest="num_sim_threads"),
|
dest="num_sim_threads"),
|
||||||
optparse.make_option("-v", "--verbose",
|
optparse.make_option("-v", "--verbose",
|
||||||
action="count",
|
action="count",
|
||||||
dest="5",
|
dest="verbose_level",
|
||||||
help="Increase the verbosity level"),
|
help="Increase the verbosity level"),
|
||||||
optparse.make_option("-t", "--tech",
|
optparse.make_option("-t", "--tech",
|
||||||
dest="tech_name",
|
dest="tech_name",
|
||||||
|
|||||||
Reference in New Issue
Block a user