Skip to content

Commit 55b0604

Browse files
committed
update diode count padding to 50%
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 8480b8e commit 55b0604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/util/genRuleFile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def gen_rule_file(design_dir, update, tighten, failing, variant, golden_metrics=
156156
# route
157157
"globalroute__antenna_diodes_count": {
158158
"mode": "padding",
159-
"padding": 35,
159+
"padding": 50,
160160
"round_value": True,
161161
"compare": "<=",
162162
},
@@ -179,7 +179,7 @@ def gen_rule_file(design_dir, update, tighten, failing, variant, golden_metrics=
179179
},
180180
"detailedroute__antenna_diodes_count": {
181181
"mode": "padding",
182-
"padding": 35,
182+
"padding": 50,
183183
"min_max": max,
184184
"min_max_direct": 5,
185185
"round_value": True,

0 commit comments

Comments
 (0)