Skip to content

Commit cbf79d0

Browse files
committed
util: set antenna violating nets min rule to 10
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent 20a3b2c commit cbf79d0

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
@@ -142,6 +142,8 @@ def gen_rule_file(
142142
"detailedroute__antenna__violating__nets": {
143143
"mode": "padding",
144144
"padding": 30,
145+
"min_max": max,
146+
"min_max_direct": 10,
145147
"round_value": True,
146148
"compare": "<=",
147149
},

0 commit comments

Comments
 (0)