mirror of https://github.com/VLSIDA/OpenRAM.git
use flat magic files instead of gds flatten subcell
This commit is contained in:
parent
131ca42512
commit
24b45ca2d4
|
|
@ -92,7 +92,7 @@ def write_drc_script(cell_name, gds_name, extract, final_verification, output_pa
|
|||
f.write("set VDD vdd\n")
|
||||
f.write("set GND gnd\n")
|
||||
f.write("set SUB gnd\n")
|
||||
f.write("gds polygon subcell true\n")
|
||||
#f.write("gds polygon subcell true\n")
|
||||
f.write("gds warning default\n")
|
||||
# These two options are temporarily disabled until Tim fixes a bug in magic related
|
||||
# to flattening channel routes and vias (hierarchy with no devices in it). Otherwise,
|
||||
|
|
|
|||
Loading…
Reference in New Issue