mirror of https://github.com/VLSIDA/OpenRAM.git
Decrease verbosity of script output
This commit is contained in:
parent
583a70c24e
commit
f320017b86
|
|
@ -19,7 +19,7 @@ from globals import OPTS
|
|||
def run_script(cell_name, script="lvs"):
|
||||
""" Run script and create output files. """
|
||||
|
||||
echo_cmd_output = OPTS.verbose_level > 0 and not OPTS.is_unit_test
|
||||
echo_cmd_output = OPTS.verbose_level > 1
|
||||
|
||||
cwd = os.getcwd()
|
||||
os.chdir(OPTS.openram_temp)
|
||||
|
|
|
|||
Loading…
Reference in New Issue