Skip to content

Commit 1d472e9

Browse files
committed
add diode count to metrics
Signed-off-by: Eder Monteiro <[email protected]>
1 parent b57fb86 commit 1d472e9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

flow/util/genRuleFile.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ def gen_rule_file(design_dir, update, tighten, failing, variant, golden_metrics=
154154
"compare": "<=",
155155
},
156156
# route
157+
"globalroute__antenna_diodes_count": {
158+
"mode": "padding",
159+
"padding": 15,
160+
"round_value": True,
161+
"compare": "<=",
162+
},
157163
"detailedroute__route__wirelength": {
158164
"mode": "padding",
159165
"padding": 15,
@@ -171,6 +177,12 @@ def gen_rule_file(design_dir, update, tighten, failing, variant, golden_metrics=
171177
"round_value": True,
172178
"compare": "<=",
173179
},
180+
"detailedroute__antenna_diodes_count": {
181+
"mode": "padding",
182+
"padding": 15,
183+
"round_value": True,
184+
"compare": "<=",
185+
},
174186
# finish
175187
"finish__timing__setup__ws": {
176188
"mode": "period",

0 commit comments

Comments
 (0)