Skip to content

Commit 1fcd800

Browse files
committed
new private metrics for mpl changes
gf12/bp_single: | Metric | Old | New | Type | | ------ | --- | --- | ---- | | detailedroute__flow__warnings__count:DRT-0120 | 2 | 4 | Failing | | globalroute__flow__warnings__count:DRT-0120 | 2 | 4 | Failing | | placeopt__design__instance__area | 472038 | 471924 | Tighten | | cts__timing__hold__tns | -1360.0 | -2280.0 | Failing | | globalroute__timing__hold__tns | -1280.0 | -2020.0 | Failing | | detailedroute__timing__setup__tns | -524.0 | -1710.0 | Failing | | detailedroute__timing__hold__tns | -8390.0 | -7140.0 | Tighten | | finish__design__instance__area | 480077 | 479804 | Tighten | gf12/ariane: | Metric | Old | New | Type | | ------ | --- | --- | ---- | | detailedroute__flow__warnings__count:DRT-0120 | 24 | 25 | Failing | | globalroute__flow__warnings__count:DRT-0120 | 24 | 25 | Failing | | cts__timing__setup__tns | -8180.0 | -725.0 | Tighten | | globalroute__timing__setup__ws | -210.0 | -209.0 | Tighten | | detailedroute__route__wirelength | 4359055 | 4021827 | Tighten | | detailedroute__timing__hold__tns | -1510.0 | -2390.0 | Failing | gf12/ca53: | Metric | Old | New | Type | | ------ | --- | --- | ---- | | globalroute__timing__hold__tns | -1410.0 | -992.0 | Tighten | | detailedroute__timing__hold__tns | -102000.0 | -198000.0 | Failing | Signed-off-by: Arthur Koucher <[email protected]>
1 parent 8eac304 commit 1fcd800

File tree

3 files changed

+51
-16
lines changed

3 files changed

+51
-16
lines changed

flow/designs/gf12/ariane/rules-base.json

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
2+
"cts__flow__warnings__count:CTS-0179": {
3+
"value": 1,
4+
"compare": "<=",
5+
"level": "warning"
6+
},
27
"cts__flow__warnings__count:RSZ-0062": {
38
"value": 1,
49
"compare": "<=",
510
"level": "warning"
611
},
712
"detailedroute__flow__warnings__count:DRT-0120": {
8-
"value": 24,
13+
"value": 25,
914
"compare": "<=",
1015
"level": "warning"
1116
},
@@ -64,8 +69,13 @@
6469
"compare": "<=",
6570
"level": "warning"
6671
},
72+
"globalplace__flow__warnings__count:GRT-0281": {
73+
"value": 1,
74+
"compare": "<=",
75+
"level": "warning"
76+
},
6777
"globalroute__flow__warnings__count:DRT-0120": {
68-
"value": 24,
78+
"value": 25,
6979
"compare": "<=",
7080
"level": "warning"
7181
},
@@ -79,6 +89,11 @@
7989
"compare": "<=",
8090
"level": "warning"
8191
},
92+
"placeopt__flow__warnings__count:RSZ-0020": {
93+
"value": 1,
94+
"compare": "<=",
95+
"level": "warning"
96+
},
8297
"placeopt__flow__warnings__count:RSZ-0095": {
8398
"value": 1,
8499
"compare": "<=",
@@ -117,7 +132,7 @@
117132
"compare": ">="
118133
},
119134
"cts__timing__setup__tns": {
120-
"value": -8180.0,
135+
"value": -725.0,
121136
"compare": ">="
122137
},
123138
"cts__timing__hold__ws": {
@@ -133,7 +148,7 @@
133148
"compare": "<="
134149
},
135150
"globalroute__timing__setup__ws": {
136-
"value": -210.0,
151+
"value": -209.0,
137152
"compare": ">="
138153
},
139154
"globalroute__timing__setup__tns": {
@@ -149,7 +164,7 @@
149164
"compare": ">="
150165
},
151166
"detailedroute__route__wirelength": {
152-
"value": 4359055,
167+
"value": 4021827,
153168
"compare": "<="
154169
},
155170
"detailedroute__route__drc_errors": {
@@ -177,7 +192,7 @@
177192
"compare": ">="
178193
},
179194
"detailedroute__timing__hold__tns": {
180-
"value": -1510.0,
195+
"value": -2390.0,
181196
"compare": ">="
182197
},
183198
"finish__timing__setup__ws": {

flow/designs/gf12/bp_single/rules-base.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"level": "warning"
2626
},
2727
"detailedroute__flow__warnings__count:DRT-0120": {
28-
"value": 2,
28+
"value": 4,
2929
"compare": "<=",
3030
"level": "warning"
3131
},
@@ -130,7 +130,7 @@
130130
"level": "warning"
131131
},
132132
"globalroute__flow__warnings__count:DRT-0120": {
133-
"value": 2,
133+
"value": 4,
134134
"compare": "<=",
135135
"level": "warning"
136136
},
@@ -159,6 +159,11 @@
159159
"compare": "<=",
160160
"level": "warning"
161161
},
162+
"placeopt__flow__warnings__count:RSZ-0020": {
163+
"value": 1,
164+
"compare": "<=",
165+
"level": "warning"
166+
},
162167
"placeopt__flow__warnings__count:RSZ-0095": {
163168
"value": 1,
164169
"compare": "<=",
@@ -178,7 +183,7 @@
178183
"compare": "=="
179184
},
180185
"placeopt__design__instance__area": {
181-
"value": 472038,
186+
"value": 471924,
182187
"compare": "<="
183188
},
184189
"placeopt__design__instance__count__stdcell": {
@@ -210,7 +215,7 @@
210215
"compare": ">="
211216
},
212217
"cts__timing__hold__tns": {
213-
"value": -1360.0,
218+
"value": -2280.0,
214219
"compare": ">="
215220
},
216221
"globalroute__antenna_diodes_count": {
@@ -230,7 +235,7 @@
230235
"compare": ">="
231236
},
232237
"globalroute__timing__hold__tns": {
233-
"value": -1280.0,
238+
"value": -2020.0,
234239
"compare": ">="
235240
},
236241
"detailedroute__route__wirelength": {
@@ -254,15 +259,15 @@
254259
"compare": ">="
255260
},
256261
"detailedroute__timing__setup__tns": {
257-
"value": -524.0,
262+
"value": -1710.0,
258263
"compare": ">="
259264
},
260265
"detailedroute__timing__hold__ws": {
261266
"value": -120.0,
262267
"compare": ">="
263268
},
264269
"detailedroute__timing__hold__tns": {
265-
"value": -8390.0,
270+
"value": -7140.0,
266271
"compare": ">="
267272
},
268273
"finish__timing__setup__ws": {
@@ -282,7 +287,7 @@
282287
"compare": ">="
283288
},
284289
"finish__design__instance__area": {
285-
"value": 480077,
290+
"value": 479804,
286291
"compare": "<="
287292
}
288293
}

flow/designs/gf12/ca53/rules-base.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"compare": "<=",
1010
"level": "warning"
1111
},
12+
"detailedroute__flow__warnings__count:GRT-0281": {
13+
"value": 18,
14+
"compare": "<=",
15+
"level": "warning"
16+
},
1217
"floorplan__flow__warnings__count:EST-0027": {
1318
"value": 1,
1419
"compare": "<=",
@@ -69,6 +74,11 @@
6974
"compare": "<=",
7075
"level": "warning"
7176
},
77+
"globalplace__flow__warnings__count:GRT-0281": {
78+
"value": 10,
79+
"compare": "<=",
80+
"level": "warning"
81+
},
7282
"globalroute__flow__warnings__count:DRT-0120": {
7383
"value": 65,
7484
"compare": "<=",
@@ -79,6 +89,11 @@
7989
"compare": "<=",
8090
"level": "warning"
8191
},
92+
"globalroute__flow__warnings__count:GRT-0281": {
93+
"value": 9,
94+
"compare": "<=",
95+
"level": "warning"
96+
},
8297
"placeopt__flow__warnings__count:RSZ-0020": {
8398
"value": 1,
8499
"compare": "<=",
@@ -141,7 +156,7 @@
141156
"compare": ">="
142157
},
143158
"globalroute__timing__hold__tns": {
144-
"value": -1410.0,
159+
"value": -992.0,
145160
"compare": ">="
146161
},
147162
"detailedroute__route__wirelength": {
@@ -173,7 +188,7 @@
173188
"compare": ">="
174189
},
175190
"detailedroute__timing__hold__tns": {
176-
"value": -102000.0,
191+
"value": -198000.0,
177192
"compare": ">="
178193
},
179194
"finish__timing__setup__ws": {

0 commit comments

Comments
 (0)