route bias pisn

This commit is contained in:
Jesse Cirimelli-Low
2021-05-24 02:42:04 -07:00
parent 0ba229afe5
commit f9eae3fb80
4 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ def write_drc_script(cell_name, gds_name, extract, final_verification, output_pa
f.write("{} -dnull -noconsole << EOF\n".format(OPTS.drc_exe[1]))
# Do not run DRC for extraction/conversion
f.write("drc off\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,