additional tech commits

This commit is contained in:
Jesse Cirimelli-Low 2023-01-16 20:27:28 -08:00 committed by SWalker
parent a18d62c430
commit d18a4f8c7c
1 changed files with 9 additions and 10 deletions

View File

@ -182,14 +182,14 @@ drc.add_layer("pwell",
drc.add_layer("poly", drc.add_layer("poly",
width=0.18, width=0.18,
spacing=0.24) spacing=0.24)
# poly.8
#drc["poly_extend_active"] = 0.13 drc["poly_extend_active"] = 0.22
# Not a rule
#drc["poly_to_contact"] = 0 drc["poly_to_contact"] = 0
# poly.7 Minimum enclosure of active around gate # poly.7 Minimum enclosure of active around gate
#drc["active_enclose_gate"] = 0.075 #drc["active_enclose_gate"] = 0.075
# poly.4 Minimum spacing of field poly to active
#drc["poly_to_active"] = 0.075 drc["poly_to_active"] = 0.1
# poly.2 Minimum spacing of field poly # poly.2 Minimum spacing of field poly
#drc["poly_to_field_poly"] = 0.210 #drc["poly_to_field_poly"] = 0.210
@ -224,10 +224,9 @@ drc.add_enclosure("pwell",
# spacing=0.380, # spacing=0.380,
# area=0.265) # area=0.265)
# licon.1, licon.2 drc.add_layer("contact",
#drc.add_layer("contact", width=0.22,
# width=0.170, spacing=0.25)
# spacing=0.170)
# licon.5c (0.06 extension), (licon.7 for extension) # licon.5c (0.06 extension), (licon.7 for extension)
#drc.add_enclosure("active", #drc.add_enclosure("active",
# layer="contact", # layer="contact",