Skip to content

Commit 3d866e6

Browse files
authored
Merge pull request #3863 from The-OpenROAD-Project-staging/secure-mpl-improve-notches
update metrics for MPL improve notches and RTLMP_NOTCH_WT default value
2 parents a3f3578 + b5f5852 commit 3d866e6

File tree

12 files changed

+30
-30
lines changed

12 files changed

+30
-30
lines changed

docs/user/FlowVariables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ configuration file.
213213
| <a name="RTLMP_MIN_AR"></a>RTLMP_MIN_AR| Specifies the minimum aspect ratio (height/width).| 0.33|
214214
| <a name="RTLMP_MIN_INST"></a>RTLMP_MIN_INST| Minimum number of standard cells in a cluster. If unset, rtl_macro_placer will calculate a value based on the design attributes.| |
215215
| <a name="RTLMP_MIN_MACRO"></a>RTLMP_MIN_MACRO| Minimum number of macros in a cluster. If unset, rtl_macro_placer will calculate a value based on the design attributes.| |
216-
| <a name="RTLMP_NOTCH_WT"></a>RTLMP_NOTCH_WT| Weight for the notch, or the existence of dead space that cannot be used for placement and routing.| 10.0|
216+
| <a name="RTLMP_NOTCH_WT"></a>RTLMP_NOTCH_WT| Weight for the notch, or the existence of dead space that cannot be used for placement and routing.| 50.0|
217217
| <a name="RTLMP_OUTLINE_WT"></a>RTLMP_OUTLINE_WT| Weight for violating the fixed outline constraint, meaning that all clusters should be placed within the shape of their parent cluster.| 100.0|
218218
| <a name="RTLMP_RPT_DIR"></a>RTLMP_RPT_DIR| Path to the directory where reports are saved.| |
219219
| <a name="RTLMP_WIRELENGTH_WT"></a>RTLMP_WIRELENGTH_WT| Weight for half-perimiter wirelength.| 100.0|

flow/designs/asap7/swerv_wrapper/rules-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"compare": ">="
6565
},
6666
"detailedroute__route__wirelength": {
67-
"value": 1585423,
67+
"value": 1826079,
6868
"compare": "<="
6969
},
7070
"detailedroute__route__drc_errors": {

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@
2828
"compare": "<="
2929
},
3030
"cts__timing__setup__ws": {
31-
"value": -100.0,
31+
"value": -296.0,
3232
"compare": ">="
3333
},
3434
"cts__timing__setup__tns": {
35-
"value": -400.0,
35+
"value": -4740.0,
3636
"compare": ">="
3737
},
3838
"cts__timing__hold__ws": {
39-
"value": -306.0,
39+
"value": -189.0,
4040
"compare": ">="
4141
},
4242
"cts__timing__hold__tns": {
43-
"value": -4360.0,
43+
"value": -489.0,
4444
"compare": ">="
4545
},
4646
"globalroute__antenna_diodes_count": {
@@ -60,7 +60,7 @@
6060
"compare": ">="
6161
},
6262
"globalroute__timing__hold__tns": {
63-
"value": -2360.0,
63+
"value": -1510.0,
6464
"compare": ">="
6565
},
6666
"detailedroute__route__wirelength": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"compare": ">="
2929
},
3030
"cts__timing__setup__tns": {
31-
"value": -400.0,
31+
"value": -904.0,
3232
"compare": ">="
3333
},
3434
"cts__timing__hold__ws": {
@@ -56,7 +56,7 @@
5656
"compare": ">="
5757
},
5858
"globalroute__timing__hold__tns": {
59-
"value": -793.0,
59+
"value": -524.0,
6060
"compare": ">="
6161
},
6262
"detailedroute__route__wirelength": {
@@ -88,7 +88,7 @@
8888
"compare": ">="
8989
},
9090
"finish__timing__hold__tns": {
91-
"value": -3590.0,
91+
"value": -2640.0,
9292
"compare": ">="
9393
},
9494
"finish__design__instance__area": {

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"compare": ">="
3333
},
3434
"cts__timing__setup__tns": {
35-
"value": -272.0,
35+
"value": -518.0,
3636
"compare": ">="
3737
},
3838
"cts__timing__hold__ws": {
@@ -48,11 +48,11 @@
4848
"compare": "<="
4949
},
5050
"globalroute__timing__setup__ws": {
51-
"value": -0.258,
51+
"value": -0.414,
5252
"compare": ">="
5353
},
5454
"globalroute__timing__setup__tns": {
55-
"value": -409.0,
55+
"value": -482.0,
5656
"compare": ">="
5757
},
5858
"globalroute__timing__hold__ws": {
@@ -80,11 +80,11 @@
8080
"compare": "<="
8181
},
8282
"finish__timing__setup__ws": {
83-
"value": -0.254,
83+
"value": -0.421,
8484
"compare": ">="
8585
},
8686
"finish__timing__setup__tns": {
87-
"value": -387.0,
87+
"value": -492.0,
8888
"compare": ">="
8989
},
9090
"finish__timing__hold__ws": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"compare": ">="
5353
},
5454
"globalroute__timing__setup__tns": {
55-
"value": -25.3,
55+
"value": -27.1,
5656
"compare": ">="
5757
},
5858
"globalroute__timing__hold__ws": {
@@ -84,7 +84,7 @@
8484
"compare": ">="
8585
},
8686
"finish__timing__setup__tns": {
87-
"value": -26.3,
87+
"value": -28.5,
8888
"compare": ">="
8989
},
9090
"finish__timing__hold__ws": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"compare": ">="
5353
},
5454
"globalroute__timing__setup__tns": {
55-
"value": -0.36,
55+
"value": -1.23,
5656
"compare": ">="
5757
},
5858
"globalroute__timing__hold__ws": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"compare": ">="
5353
},
5454
"globalroute__timing__setup__tns": {
55-
"value": -1.0,
55+
"value": -1.57,
5656
"compare": ">="
5757
},
5858
"globalroute__timing__hold__ws": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"compare": ">="
3333
},
3434
"cts__timing__setup__tns": {
35-
"value": -28.1,
35+
"value": -34.7,
3636
"compare": ">="
3737
},
3838
"cts__timing__hold__ws": {

flow/designs/sky130hd/microwatt/rules-base.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"compare": "<="
2929
},
3030
"cts__timing__setup__ws": {
31-
"value": -2.14,
31+
"value": -3.59,
3232
"compare": ">="
3333
},
3434
"cts__timing__setup__tns": {
35-
"value": -249.0,
35+
"value": -487.0,
3636
"compare": ">="
3737
},
3838
"cts__timing__hold__ws": {
@@ -44,15 +44,15 @@
4444
"compare": ">="
4545
},
4646
"globalroute__antenna_diodes_count": {
47-
"value": 2808,
47+
"value": 2823,
4848
"compare": "<="
4949
},
5050
"globalroute__timing__setup__ws": {
51-
"value": -2.61,
51+
"value": -3.63,
5252
"compare": ">="
5353
},
5454
"globalroute__timing__setup__tns": {
55-
"value": -334.0,
55+
"value": -434.0,
5656
"compare": ">="
5757
},
5858
"globalroute__timing__hold__ws": {
@@ -76,15 +76,15 @@
7676
"compare": "<="
7777
},
7878
"detailedroute__antenna_diodes_count": {
79-
"value": 1565,
79+
"value": 2162,
8080
"compare": "<="
8181
},
8282
"finish__timing__setup__ws": {
83-
"value": -1.75,
83+
"value": -2.95,
8484
"compare": ">="
8585
},
8686
"finish__timing__setup__tns": {
87-
"value": -94.8,
87+
"value": -228.0,
8888
"compare": ">="
8989
},
9090
"finish__timing__hold__ws": {

0 commit comments

Comments
 (0)