bump down to innovus 18.1

This commit is contained in:
Harrison Liew
2019-10-02 00:34:29 -07:00
parent b6400cbb0c
commit 7a39cbdddc
7 changed files with 341 additions and 342 deletions

View File

@@ -36,9 +36,7 @@ def scale_final_gds(x: hammer_vlsi.HammerTool) -> bool:
set fp [open "{script_file}" "w"]
puts -nonewline $fp "{script_text}"
close $fp
if {{ [catch {{ exec python3 {script_file} }} msg] }} {{
puts "$::errorInfo"
}}
exec python3 {script_file}
'''.format(script_text=x.technology.scale_gds_script(x.output_gds_filename), script_file=os.path.join(x.run_dir, "gds_scale.py")))
return True