mirror of https://github.com/VLSIDA/OpenRAM.git
Force re-extract of cells in DRC/LVS.
This commit is contained in:
parent
fb90b8f5fe
commit
2a8199c3ca
|
|
@ -86,7 +86,7 @@ def write_magic_script(cell_name, gds_name, extract=False):
|
|||
f.write("drc count total\n")
|
||||
f.write("drc count\n")
|
||||
if extract:
|
||||
f.write("extract\n")
|
||||
f.write("extract all\n")
|
||||
f.write("ext2spice hierarchy on\n")
|
||||
f.write("ext2spice scale off\n")
|
||||
# Can choose hspice, ngspice, or spice3,
|
||||
|
|
|
|||
Loading…
Reference in New Issue