mirror of https://github.com/VLSIDA/OpenRAM.git
Editting comment on rule 5.5.b in scmos tech file. Adding complimentary rule to freepdk45 tech file.
This commit is contained in:
parent
1d5a41df2d
commit
0182309f92
|
|
@ -106,6 +106,8 @@ drc["poly_to_active"] = 0.05
|
||||||
drc["poly_to_field_poly"] = 0.075
|
drc["poly_to_field_poly"] = 0.075
|
||||||
# Not a rule
|
# Not a rule
|
||||||
drc["minarea_poly"] = 0.0
|
drc["minarea_poly"] = 0.0
|
||||||
|
# Not a rule
|
||||||
|
drc["poly_to_contactpoly"] = 0.075
|
||||||
|
|
||||||
# ACTIVE.2 Minimum spacing of active
|
# ACTIVE.2 Minimum spacing of active
|
||||||
drc["active_to_body_active"] = 0.08
|
drc["active_to_body_active"] = 0.08
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@ drc["minwidth_poly"] = 0.6
|
||||||
drc["poly_to_poly"] = 0.9
|
drc["poly_to_poly"] = 0.9
|
||||||
# 3.3 Minimum gate extension of active
|
# 3.3 Minimum gate extension of active
|
||||||
drc["poly_extend_active"] = 0.6
|
drc["poly_extend_active"] = 0.6
|
||||||
# ??
|
# 5.5.b Minimum spacing between poly contact and other poly (alternative rules)
|
||||||
drc["poly_to_polycontact"] = 1.2
|
drc["poly_to_polycontact"] = 1.2
|
||||||
# ??
|
# ??
|
||||||
drc["active_enclosure_gate"] = 0.0
|
drc["active_enclosure_gate"] = 0.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue