mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-05 01:01:33 +02:00
Decrease verbosity of script output
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user