From 1f53a82d5662e18701877e30deb0c0d7512145ac Mon Sep 17 00:00:00 2001 From: Michael Timothy Grimes Date: Wed, 29 Aug 2018 15:04:17 -0700 Subject: [PATCH] Fixed name for poly_to_polycontact rule. Previously said poly_to_contactpoly in error. --- technology/freepdk45/tech/tech.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technology/freepdk45/tech/tech.py b/technology/freepdk45/tech/tech.py index a6ec5e51..e3217252 100644 --- a/technology/freepdk45/tech/tech.py +++ b/technology/freepdk45/tech/tech.py @@ -107,7 +107,7 @@ drc["poly_to_field_poly"] = 0.075 # Not a rule drc["minarea_poly"] = 0.0 # Not a rule -drc["poly_to_contactpoly"] = 0.075 +drc["poly_to_polycontact"] = 0.075 # ACTIVE.2 Minimum spacing of active drc["active_to_body_active"] = 0.08