From e36452622cac26c05c68dcd765611f5c3ee35670 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Wed, 29 Aug 2018 16:12:06 -0700 Subject: [PATCH] Preserve same order of design rules in each tech file --- technology/freepdk45/tech/tech.py | 4 ++-- technology/scn3me_subm/tech/tech.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/technology/freepdk45/tech/tech.py b/technology/freepdk45/tech/tech.py index e3217252..50d8977c 100644 --- a/technology/freepdk45/tech/tech.py +++ b/technology/freepdk45/tech/tech.py @@ -98,6 +98,8 @@ drc["minwidth_poly"] = 0.05 drc["poly_to_poly"] = 0.14 # POLY.3 Minimum poly extension beyond active drc["poly_extend_active"] = 0.055 +# Not a rule +drc["poly_to_polycontact"] = 0.075 # POLY.4 Minimum enclosure of active around gate drc["active_enclosure_gate"] = 0.07 # POLY.5 Minimum spacing of field poly to active @@ -106,8 +108,6 @@ drc["poly_to_active"] = 0.05 drc["poly_to_field_poly"] = 0.075 # Not a rule drc["minarea_poly"] = 0.0 -# Not a rule -drc["poly_to_polycontact"] = 0.075 # ACTIVE.2 Minimum spacing of active drc["active_to_body_active"] = 0.08 diff --git a/technology/scn3me_subm/tech/tech.py b/technology/scn3me_subm/tech/tech.py index db157089..d69a7d7f 100755 --- a/technology/scn3me_subm/tech/tech.py +++ b/technology/scn3me_subm/tech/tech.py @@ -87,10 +87,10 @@ drc["poly_extend_active"] = 0.6 drc["poly_to_polycontact"] = 1.2 # ?? drc["active_enclosure_gate"] = 0.0 -# 3.2.a Minimum spacing over field poly -drc["poly_to_field_poly"] = 0.9 # 3.5 Minimum field poly to active drc["poly_to_active"] = 0.3 +# 3.2.a Minimum spacing over field poly +drc["poly_to_field_poly"] = 0.9 # Not a rule drc["minarea_poly"] = 0.0