mirror of https://github.com/VLSIDA/OpenRAM.git
Fixed name for poly_to_polycontact rule. Previously said poly_to_contactpoly in error.
This commit is contained in:
parent
0182309f92
commit
1f53a82d56
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue