Skip to content

Commit 2216dbd

Browse files
oharboeclaude
andcommitted
test: regenerate gcd rules-base.json for yosys 0.64
The bazel-orfs/orfs bump moves the flow to yosys 0.64, whose synth output no longer emits synth__design__instance__area__stdcell (and adds synth__canonical_netlist__hash / synth__netlist__hash). The stale gcd rules-base.json required the dropped metric, so gcd_test/gcd_b_test failed checkMetadata with "Value not found for synth__design__instance__area__stdcell". Regenerated via `bazelisk run //test/orfs/gcd:{gcd,gcd_b}_update_rules` (identical output for both variants). gcd_test and gcd_b_test now pass. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 17a5144 commit 2216dbd

1 file changed

Lines changed: 21 additions & 15 deletions

File tree

test/orfs/gcd/rules-base.json

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,44 @@
11
{
2-
"synth__design__instance__area__stdcell": {
3-
"value": 44.3,
4-
"compare": "<="
2+
"synth__canonical_netlist__hash": {
3+
"value": "6b5b245a1b16c0ed5e17c85030fd38266f2c0a2c",
4+
"compare": "==",
5+
"level": "warning"
6+
},
7+
"synth__netlist__hash": {
8+
"value": "407871ad5bca7d0c3fcfc33d4017971cd7b67dfa",
9+
"compare": "==",
10+
"level": "warning"
511
},
612
"constraints__clocks__count": {
713
"value": 1,
814
"compare": "=="
915
},
1016
"placeopt__design__instance__area": {
11-
"value": 59,
17+
"value": 63,
1218
"compare": "<="
1319
},
1420
"placeopt__design__instance__count__stdcell": {
15-
"value": 613,
21+
"value": 668,
1622
"compare": "<="
1723
},
1824
"detailedplace__design__violations": {
1925
"value": 0,
2026
"compare": "=="
2127
},
2228
"cts__design__instance__count__setup_buffer": {
23-
"value": 53,
29+
"value": 58,
2430
"compare": "<="
2531
},
2632
"cts__design__instance__count__hold_buffer": {
27-
"value": 53,
33+
"value": 58,
2834
"compare": "<="
2935
},
3036
"cts__timing__setup__ws": {
31-
"value": -79.8,
37+
"value": -81.9,
3238
"compare": ">="
3339
},
3440
"cts__timing__setup__tns": {
35-
"value": -1710.0,
41+
"value": -1320.0,
3642
"compare": ">="
3743
},
3844
"cts__timing__hold__ws": {
@@ -48,11 +54,11 @@
4854
"compare": "<="
4955
},
5056
"globalroute__timing__setup__ws": {
51-
"value": -85.4,
57+
"value": -93.8,
5258
"compare": ">="
5359
},
5460
"globalroute__timing__setup__tns": {
55-
"value": -1910.0,
61+
"value": -1560.0,
5662
"compare": ">="
5763
},
5864
"globalroute__timing__hold__ws": {
@@ -64,7 +70,7 @@
6470
"compare": ">="
6571
},
6672
"detailedroute__route__wirelength": {
67-
"value": 1403,
73+
"value": 1603,
6874
"compare": "<="
6975
},
7076
"detailedroute__route__drc_errors": {
@@ -80,11 +86,11 @@
8086
"compare": "<="
8187
},
8288
"finish__timing__setup__ws": {
83-
"value": -71.0,
89+
"value": -79.7,
8490
"compare": ">="
8591
},
8692
"finish__timing__setup__tns": {
87-
"value": -1290.0,
93+
"value": -1230.0,
8894
"compare": ">="
8995
},
9096
"finish__timing__hold__ws": {
@@ -96,7 +102,7 @@
96102
"compare": ">="
97103
},
98104
"finish__design__instance__area": {
99-
"value": 66,
105+
"value": 69,
100106
"compare": "<="
101107
}
102108
}

0 commit comments

Comments
 (0)