mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
Force re-extract of cells in DRC/LVS.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user