mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 01:48:33 +02:00
Output DRC and LVS run files to output directory.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user