Skip to content

Commit 4ff7bd2

Browse files
committed
Use bigger macro clusters for nangate45/ariane133
designs/nangate45/ariane133/rules-base.json updates: | Metric | Old | New | Type | | ------ | --- | --- | ---- | | synth__design__instance__area__stdcell | 825000.0 | 823000.0 | Tighten | | placeopt__design__instance__area | 829883 | 827643 | Tighten | | cts__timing__setup__ws | -0.694 | -0.447 | Tighten | | cts__timing__setup__tns | -1670.0 | -502.0 | Tighten | | globalroute__antenna_diodes_count | 194 | 189 | Tighten | | globalroute__timing__setup__ws | -0.699 | -0.465 | Tighten | | globalroute__timing__setup__tns | -1850.0 | -550.0 | Tighten | | detailedroute__antenna_diodes_count | 194 | 190 | Tighten | | finish__timing__setup__ws | -0.716 | -0.464 | Tighten | | finish__timing__setup__tns | -1830.0 | -541.0 | Tighten | | finish__design__instance__area | 838429 | 837050 | Tighten | Signed-off-by: Matt Liberty <[email protected]>
1 parent ec498d0 commit 4ff7bd2

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

flow/designs/nangate45/ariane133/config.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export MACRO_PLACE_HALO = 8 8
2323
export SKIP_GATE_CLONING = 1
2424

2525
export RTLMP_MAX_LEVEL = 1
26-
export RTLMP_MAX_MACRO = 10
27-
export RTLMP_MIN_MACRO = 1
26+
export RTLMP_MAX_MACRO = 30
27+
export RTLMP_MIN_MACRO = 10
2828
export RTLMP_MAX_INST = 80000
2929
export RTLMP_MIN_INST = 8000

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"synth__design__instance__area__stdcell": {
3-
"value": 825000.0,
3+
"value": 823000.0,
44
"compare": "<="
55
},
66
"constraints__clocks__count": {
77
"value": 1,
88
"compare": "=="
99
},
1010
"placeopt__design__instance__area": {
11-
"value": 829883,
11+
"value": 827643,
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
@@ -28,11 +28,11 @@
2828
"compare": "<="
2929
},
3030
"cts__timing__setup__ws": {
31-
"value": -0.694,
31+
"value": -0.447,
3232
"compare": ">="
3333
},
3434
"cts__timing__setup__tns": {
35-
"value": -1670.0,
35+
"value": -502.0,
3636
"compare": ">="
3737
},
3838
"cts__timing__hold__ws": {
@@ -44,15 +44,15 @@
4444
"compare": ">="
4545
},
4646
"globalroute__antenna_diodes_count": {
47-
"value": 194,
47+
"value": 189,
4848
"compare": "<="
4949
},
5050
"globalroute__timing__setup__ws": {
51-
"value": -0.699,
51+
"value": -0.465,
5252
"compare": ">="
5353
},
5454
"globalroute__timing__setup__tns": {
55-
"value": -1850.0,
55+
"value": -550.0,
5656
"compare": ">="
5757
},
5858
"globalroute__timing__hold__ws": {
@@ -76,15 +76,15 @@
7676
"compare": "<="
7777
},
7878
"detailedroute__antenna_diodes_count": {
79-
"value": 194,
79+
"value": 190,
8080
"compare": "<="
8181
},
8282
"finish__timing__setup__ws": {
83-
"value": -0.716,
83+
"value": -0.464,
8484
"compare": ">="
8585
},
8686
"finish__timing__setup__tns": {
87-
"value": -1830.0,
87+
"value": -541.0,
8888
"compare": ">="
8989
},
9090
"finish__timing__hold__ws": {
@@ -96,7 +96,7 @@
9696
"compare": ">="
9797
},
9898
"finish__design__instance__area": {
99-
"value": 838429,
99+
"value": 837050,
100100
"compare": "<="
101101
}
102102
}

0 commit comments

Comments
 (0)