mirror of https://github.com/VLSIDA/OpenRAM.git
Rename _new cell back to original for LVS comparison script
This commit is contained in:
parent
82833ef8f0
commit
0dbc88dab2
Binary file not shown.
|
|
@ -90,6 +90,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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue