Skip to content

Commit 0659973

Browse files
committed
update post-drt diode count metric with fixed number besides the 15% padding
Signed-off-by: Eder Monteiro <[email protected]>
1 parent ef78955 commit 0659973

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flow/util/genRuleFile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ def gen_rule_file(design_dir, update, tighten, failing, variant, golden_metrics=
180180
"detailedroute__antenna_diodes_count": {
181181
"mode": "padding",
182182
"padding": 15,
183+
"min_max": max,
184+
"min_max_direct": 5,
183185
"round_value": True,
184186
"compare": "<=",
185187
},

0 commit comments

Comments
 (0)