Skip to content

Commit 7a70489

Browse files
committed
1) update OR;
2) update failing private metrics: gf12/tinyRocket: | Metric | Old | New | Type | | ------ | --- | --- | ---- | | cts__timing__setup__tns | -160.0 | -1870.0 | Failing | | finish__design__instance__area | 17222 | 17217 | Tighten | gf12/bp_single: | Metric | Old | New | Type | | ------ | --- | --- | ---- | | cts__timing__setup__tns | -400.0 | -1900.0 | Failing | | cts__timing__hold__ws | -243.0 | -406.0 | Failing | | cts__timing__hold__tns | -681.0 | -1150.0 | Failing | | globalroute__timing__hold__ws | -253.0 | -409.0 | Failing | | globalroute__timing__hold__tns | -1320.0 | -1930.0 | Failing | | finish__timing__hold__ws | -100.0 | -204.0 | Failing | Signed-off-by: Arthur Koucher <arthurkoucher@precisioninno.com>
1 parent 96e5df7 commit 7a70489

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
"compare": ">="
3333
},
3434
"cts__timing__setup__tns": {
35-
"value": -400.0,
35+
"value": -1900.0,
3636
"compare": ">="
3737
},
3838
"cts__timing__hold__ws": {
39-
"value": -243.0,
39+
"value": -406.0,
4040
"compare": ">="
4141
},
4242
"cts__timing__hold__tns": {
43-
"value": -681.0,
43+
"value": -1150.0,
4444
"compare": ">="
4545
},
4646
"globalroute__antenna_diodes_count": {
@@ -56,11 +56,11 @@
5656
"compare": ">="
5757
},
5858
"globalroute__timing__hold__ws": {
59-
"value": -253.0,
59+
"value": -409.0,
6060
"compare": ">="
6161
},
6262
"globalroute__timing__hold__tns": {
63-
"value": -1320.0,
63+
"value": -1930.0,
6464
"compare": ">="
6565
},
6666
"detailedroute__route__wirelength": {
@@ -88,7 +88,7 @@
8888
"compare": ">="
8989
},
9090
"finish__timing__hold__ws": {
91-
"value": -100.0,
91+
"value": -204.0,
9292
"compare": ">="
9393
},
9494
"finish__timing__hold__tns": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"compare": ">="
3333
},
3434
"cts__timing__setup__tns": {
35-
"value": -160.0,
35+
"value": -1870.0,
3636
"compare": ">="
3737
},
3838
"cts__timing__hold__ws": {
@@ -96,7 +96,7 @@
9696
"compare": ">="
9797
},
9898
"finish__design__instance__area": {
99-
"value": 17222,
99+
"value": 17217,
100100
"compare": "<="
101101
}
102102
}

tools/OpenROAD

Submodule OpenROAD updated 92 files

0 commit comments

Comments
 (0)