Skip to content

Commit 0759a40

Browse files
committed
test: bump rules-base.json for clamp-only-isolated regressions
Build #4 on secure-test-clamp-only-with-rules (isolated OR = ORFS-master base + clamp only) surfaced new metric failures in designs that passed on PR #1637's build #5 (master+drift+clamp). Drift commits were masking these clamp victims; isolated-OR test exposes them. asap7/mock-alu (base): cts__timing__setup__tns -14100.0 -> -14400.0 (measured -14317.6) globalroute__timing__setup__tns -18100.0 -> -20800.0 (measured -20686.1) finish__timing__setup__tns -15700.0 -> -19100.0 (measured -18956.4) nangate45/jpeg (base): finish__timing__setup__ws -0.144 -> -0.152 (measured -0.151125) Margins chosen to slightly exceed measured (~0.5-1%) to absorb run-to-run variance observed between baseline #1 and #2 on same SHA. Separately: nangate45/swerv hit GRT-0116 congestion error; not a rules-metric failure, needs different treatment. Signed-off-by: minjukim55 <mkim@precisioninno.com>
1 parent 59c5944 commit 0759a40

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

flow/designs/asap7/mock-alu/rules-base.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"compare": ">="
3333
},
3434
"cts__timing__setup__tns": {
35-
"value": -14100.0,
35+
"value": -14400.0,
3636
"compare": ">="
3737
},
3838
"cts__timing__hold__ws": {
@@ -52,7 +52,7 @@
5252
"compare": ">="
5353
},
5454
"globalroute__timing__setup__tns": {
55-
"value": -18100.0,
55+
"value": -20800.0,
5656
"compare": ">="
5757
},
5858
"globalroute__timing__hold__ws": {
@@ -84,7 +84,7 @@
8484
"compare": ">="
8585
},
8686
"finish__timing__setup__tns": {
87-
"value": -15700.0,
87+
"value": -19100.0,
8888
"compare": ">="
8989
},
9090
"finish__timing__hold__ws": {

flow/designs/nangate45/jpeg/rules-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"compare": "<="
8181
},
8282
"finish__timing__setup__ws": {
83-
"value": -0.144,
83+
"value": -0.152,
8484
"compare": ">="
8585
},
8686
"finish__timing__setup__tns": {

0 commit comments

Comments
 (0)