Merge branch 'dev' into pex

This commit is contained in:
jcirimel
2020-08-17 17:49:41 -07:00
75 changed files with 1195 additions and 395 deletions
+2
View File
@@ -77,6 +77,8 @@ def write_magic_script(cell_name, extract=False, final_verification=False):
f.write("{} -dnull -noconsole << EOF\n".format(OPTS.drc_exe[1]))
f.write("gds polygon subcell true\n")
f.write("gds warning default\n")
# This causes substrate contacts to not be extracted
f.write("# gds readonly true\n")
f.write("gds read {}.gds\n".format(cell_name))
f.write("load {}\n".format(cell_name))
# Flatten the cell to get rid of DRCs spanning multiple layers