Skip to content

Commit 47cdff0

Browse files
committed
increase antenna violations margin
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 0555668 commit 47cdff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/util/genRuleFile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def gen_rule_file(design_dir, update, tighten, failing, variant, golden_metrics=
139139
},
140140
'detailedroute__antenna__violating__nets': {
141141
'mode': 'padding',
142-
'padding': 10,
142+
'padding': 30,
143143
'round_value': True,
144144
'compare': '<=',
145145
},

0 commit comments

Comments
 (0)