Skip to content

Commit 7778faa

Browse files
committed
ci: only look at final timing
Current flow/tooling is too sensitive to changes in the middle of the flow, but usually has smaller impact at the end of the flow. Signed-off-by: Vitor Bandeira <[email protected]>
1 parent ac4e3f5 commit 7778faa

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

flow/util/genRuleFile.py

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -103,30 +103,6 @@
103103
'compare': '==',
104104
},
105105
# cts
106-
'cts__timing__setup__ws': {
107-
'mode': 'period',
108-
'padding': 25,
109-
'min_max': min,
110-
'min_max_direct': 0,
111-
'round_value': False,
112-
'compare': '>=',
113-
},
114-
'cts__timing__setup__ws__pre_repair': {
115-
'mode': 'period',
116-
'padding': 25,
117-
'min_max': min,
118-
'min_max_direct': 0,
119-
'round_value': False,
120-
'compare': '>=',
121-
},
122-
'cts__timing__setup__ws__post_repair': {
123-
'mode': 'period',
124-
'padding': 25,
125-
'min_max': min,
126-
'min_max_direct': 0,
127-
'round_value': False,
128-
'compare': '>=',
129-
},
130106
'cts__design__instance__count__setup_buffer': {
131107
'mode': 'metric',
132108
'padding': 5,
@@ -142,18 +118,6 @@
142118
'compare': '<=',
143119
},
144120
# route
145-
'globalroute__timing__clock__slack': {
146-
'mode': 'period',
147-
'padding': 5,
148-
'round_value': False,
149-
'compare': '>=',
150-
},
151-
'globalroute__timing__setup__ws': {
152-
'mode': 'period',
153-
'padding': 5,
154-
'round_value': False,
155-
'compare': '>=',
156-
},
157121
'detailedroute__route__wirelength': {
158122
'mode': 'padding',
159123
'padding': 15,

0 commit comments

Comments
 (0)