mirror of https://github.com/VLSIDA/OpenRAM.git
Rename _new cell back to original for LVS comparison script
This commit is contained in:
parent
5386b7a0f4
commit
04b7c419f1
Binary file not shown.
|
|
@ -46,6 +46,8 @@ def write_magic_script(cell_name, gds_name, extract=False):
|
||||||
# (e.g. with routes)
|
# (e.g. with routes)
|
||||||
f.write("flatten {}_new\n".format(cell_name))
|
f.write("flatten {}_new\n".format(cell_name))
|
||||||
f.write("load {}_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("writeall force\n")
|
||||||
f.write("drc check\n")
|
f.write("drc check\n")
|
||||||
f.write("drc catchup\n")
|
f.write("drc catchup\n")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue