Skip to content

Commit 19bbb54

Browse files
committed
ci: make setup violations dependent on design size
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent cc995c4 commit 19bbb54

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

flow/util/genRuleFile.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,9 @@
143143
'compare': '<=',
144144
},
145145
'finish__timing__drv__setup_violation_count': {
146-
'mode': 'padding',
147-
'padding': 20,
148-
'min_max': max,
149-
'min_max_sum': 10,
146+
'mode': 'metric',
147+
'padding': 5,
148+
'metric': 'placeopt__design__instance__count__stdcell',
150149
'round_value': True,
151150
'compare': '<=',
152151
},

0 commit comments

Comments
 (0)