Output DRC and LVS run files to output directory.

This commit is contained in:
mrg
2020-11-09 11:12:31 -08:00
parent 66633a843b
commit 10542d6cc3
7 changed files with 168 additions and 121 deletions
+2 -1
View File
@@ -13,6 +13,7 @@ import os
import debug
from globals import OPTS
def run_script(cell_name, script="lvs"):
""" Run script and create output files. """
@@ -30,5 +31,5 @@ def run_script(cell_name, script="lvs"):
os.system(cmd)
os.chdir(cwd)
return (outfile,errfile,resultsfile)
return (outfile, errfile, resultsfile)