From f4a99be9d8f1cc84dd13a8df98d7343583987c5f Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Thu, 8 Feb 2018 16:08:20 -0800 Subject: [PATCH] Add poly_to_field_poly rule in SCMOS --- technology/scn3me_subm/tech/tech.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/technology/scn3me_subm/tech/tech.py b/technology/scn3me_subm/tech/tech.py index b797b81b..d3064c34 100755 --- a/technology/scn3me_subm/tech/tech.py +++ b/technology/scn3me_subm/tech/tech.py @@ -76,7 +76,7 @@ drc["pwell_to_nwell"] = 0 drc["minwidth_well"] = 3.6 # 3.1 Minimum width drc["minwidth_poly"] = 0.6 -# 3.2/3.2.a Minimum spacing over field/active +# 3.2 Minimum spacing over active drc["poly_to_poly"] = 0.9 # 3.3 Minimum gate extension of active drc["poly_extend_active"] = 0.6 @@ -84,6 +84,8 @@ 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 # Not a rule