From d18a4f8c7c3649d191de2c14723373250c5deecd Mon Sep 17 00:00:00 2001 From: Jesse Cirimelli-Low Date: Mon, 16 Jan 2023 20:27:28 -0800 Subject: [PATCH] additional tech commits --- technology/gf180mcu/tech/tech.py | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/technology/gf180mcu/tech/tech.py b/technology/gf180mcu/tech/tech.py index 66e9d3a0..4485ac63 100644 --- a/technology/gf180mcu/tech/tech.py +++ b/technology/gf180mcu/tech/tech.py @@ -182,14 +182,14 @@ drc.add_layer("pwell", drc.add_layer("poly", width=0.18, spacing=0.24) -# poly.8 -#drc["poly_extend_active"] = 0.13 -# Not a rule -#drc["poly_to_contact"] = 0 + +drc["poly_extend_active"] = 0.22 + +drc["poly_to_contact"] = 0 # poly.7 Minimum enclosure of active around gate #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 #drc["poly_to_field_poly"] = 0.210 @@ -224,10 +224,9 @@ drc.add_enclosure("pwell", # spacing=0.380, # area=0.265) -# licon.1, licon.2 -#drc.add_layer("contact", -# width=0.170, -# spacing=0.170) +drc.add_layer("contact", + width=0.22, + spacing=0.25) # licon.5c (0.06 extension), (licon.7 for extension) #drc.add_enclosure("active", # layer="contact",