Decrease verbosity of script output

This commit is contained in:
mrg 2020-12-01 17:12:17 -08:00
parent 583a70c24e
commit f320017b86
1 changed files with 1 additions and 1 deletions

View File

@ -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)