From d2cbc4652726474d14e0229b556ecfa40af0fde0 Mon Sep 17 00:00:00 2001 From: Matthew Guthaus Date: Fri, 6 Dec 2019 00:05:26 +0000 Subject: [PATCH] Fix error --- technology/freepdk45/tech/tech.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/technology/freepdk45/tech/tech.py b/technology/freepdk45/tech/tech.py index 31c712ec..a8b9d263 100644 --- a/technology/freepdk45/tech/tech.py +++ b/technology/freepdk45/tech/tech.py @@ -167,8 +167,10 @@ drc["active_contact_to_poly"] = 0.090 # CONTACT.1 Minimum width of contact drc["minwidth_poly_contact"] = 0.065 +# CONTACT.2 Minimum spacing of contact +drc["poly_contact_to_poly_contact"] = 0.075 # Reserved for asymmetric enclosures -drc["active_extend_contact"] = 0.005 +drc["poly_extend_contact"] = 0.005 # CONTACT.5 Minimum enclosure of poly around contact drc["poly_enclosure_poly_contact"] = 0.005 # Reserved for asymmetric enclosures