Separate active and poly contact to gate rule

This commit is contained in:
mrg
2020-06-24 09:17:39 -07:00
parent a32b5b13e8
commit cddb16dabc
7 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -234,9 +234,9 @@ drc.add_enclosure("active",
enclosure = 0.005)
# CONTACT.6 Minimum spacing of contact and gate
drc["contact_to_gate"] = 0.0375 #changed from 0.035
drc["active_contact_to_gate"] = 0.0375 #changed from 0.035
# CONTACT.7 Minimum spacing of contact and poly
drc["contact_to_poly"] = 0.090
drc["poly_contact_to_gate"] = 0.090
# CONTACT.1 Minimum width of contact
# CONTACT.2 Minimum spacing of contact
+2 -2
View File
@@ -217,9 +217,9 @@ drc.add_enclosure("active",
layer = "contact",
enclosure = _lambda_)
# Reserved for other technologies
drc["contact_to_gate"] = 2*_lambda_
drc["active_contact_to_gate"] = 2*_lambda_
# 5.4 Minimum spacing to gate of transistor
drc["contact_to_poly"] = 2*_lambda_
drc["poly_contact_to_gate"] = 2*_lambda_
# 6.1 Exact contact size
# 5.3 Minimum contact spacing