Rename _new cell back to original for LVS comparison script

This commit is contained in:
Matt Guthaus 2018-08-23 13:13:07 -07:00
parent 5386b7a0f4
commit 04b7c419f1
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ def write_magic_script(cell_name, gds_name, extract=False):
# (e.g. with routes)
f.write("flatten {}_new\n".format(cell_name))
f.write("load {}_new\n".format(cell_name))
f.write("cellname rename {0}_new {0}\n".format(cell_name))
f.write("load {}\n".format(cell_name))
f.write("writeall force\n")
f.write("drc check\n")
f.write("drc catchup\n")