Fix over-writing of active spacing rule.

This commit is contained in:
Matt Guthaus
2019-12-17 11:23:59 -08:00
parent ed28b4983b
commit 24546461ad
2 changed files with 25 additions and 24 deletions
+2 -3
View File
@@ -152,12 +152,11 @@ drc["poly_to_field_poly"] = 0.075
# Not a rule
drc["minarea_poly"] = 0.0
# ACTIVE.2 Minimum spacing of active
drc["active_to_active"] = 0.08
# ACTIVE.1 Minimum width of active
# ACTIVE.2 Minimum spacing of active
drc.add_layer("active",
width = 0.09,
spacing = 0)
spacing = 0.08)
# ACTIVE.3 Minimum enclosure/spacing of nwell/pwell to active
drc.add_enclosure("well",
layer = "active",