Skip to content

Commit 3178331

Browse files
committed
test: Rebase gf12 ariane metrics
Update the gf12 ariane rules baseline from secure CI build 16. Relax the CTS setup TNS rule to match the virtual IO clock timing result while keeping deprecated metadata-base-ok.json files untouched. Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
1 parent 49a4304 commit 3178331

1 file changed

Lines changed: 23 additions & 13 deletions

File tree

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

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,48 @@
11
{
2+
"synth__canonical_netlist__hash": {
3+
"value": "2735005f7d7fb8bf6daeb957537d35602b68aaa4",
4+
"compare": "==",
5+
"level": "warning"
6+
},
7+
"synth__netlist__hash": {
8+
"value": "3dece0b54bfea72a774a8fdd593f2be9d3166bbf",
9+
"compare": "==",
10+
"level": "warning"
11+
},
212
"synth__design__instance__area__stdcell": {
3-
"value": 191000.0,
13+
"value": 63800.0,
414
"compare": "<="
515
},
616
"constraints__clocks__count": {
717
"value": 2,
818
"compare": "=="
919
},
1020
"placeopt__design__instance__area": {
11-
"value": 213164,
21+
"value": 213174,
1222
"compare": "<="
1323
},
1424
"placeopt__design__instance__count__stdcell": {
15-
"value": 216662,
25+
"value": 224884,
1626
"compare": "<="
1727
},
1828
"detailedplace__design__violations": {
1929
"value": 0,
2030
"compare": "=="
2131
},
2232
"cts__design__instance__count__setup_buffer": {
23-
"value": 18840,
33+
"value": 19555,
2434
"compare": "<="
2535
},
2636
"cts__design__instance__count__hold_buffer": {
27-
"value": 18840,
37+
"value": 19555,
2838
"compare": "<="
2939
},
3040
"cts__timing__setup__ws": {
31-
"value": -208.0,
41+
"value": -257.0,
3242
"compare": ">="
3343
},
3444
"cts__timing__setup__tns": {
35-
"value": -716.0,
45+
"value": -37200.0,
3646
"compare": ">="
3747
},
3848
"cts__timing__hold__ws": {
@@ -48,11 +58,11 @@
4858
"compare": "<="
4959
},
5060
"globalroute__timing__setup__ws": {
51-
"value": -208.0,
61+
"value": -214.0,
5262
"compare": ">="
5363
},
5464
"globalroute__timing__setup__tns": {
55-
"value": -715.0,
65+
"value": -725.0,
5666
"compare": ">="
5767
},
5868
"globalroute__timing__hold__ws": {
@@ -64,7 +74,7 @@
6474
"compare": ">="
6575
},
6676
"detailedroute__route__wirelength": {
67-
"value": 3769820,
77+
"value": 3811398,
6878
"compare": "<="
6979
},
7080
"detailedroute__route__drc_errors": {
@@ -80,11 +90,11 @@
8090
"compare": "<="
8191
},
8292
"finish__timing__setup__ws": {
83-
"value": -204.0,
93+
"value": -212.0,
8494
"compare": ">="
8595
},
8696
"finish__timing__setup__tns": {
87-
"value": -707.0,
97+
"value": -719.0,
8898
"compare": ">="
8999
},
90100
"finish__timing__hold__ws": {
@@ -96,7 +106,7 @@
96106
"compare": ">="
97107
},
98108
"finish__design__instance__area": {
99-
"value": 215570,
109+
"value": 215576,
100110
"compare": "<="
101111
}
102112
}

0 commit comments

Comments
 (0)