use flat magic files instead of gds flatten subcell

This commit is contained in:
Jesse Cirimelli-Low 2021-05-29 16:54:36 -07:00
parent 131ca42512
commit 24b45ca2d4
1 changed files with 1 additions and 1 deletions

View File

@ -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,