Skip to content

Commit 738e685

Browse files
authored
Merge pull request #3561 from AcKoucher/sky130hd-microwatt-configs
sky130hd/uW: remove custom MPL configs and increase density
2 parents 337d0b5 + 77cc877 commit 738e685

File tree

2 files changed

+17
-29
lines changed

2 files changed

+17
-29
lines changed

flow/designs/sky130hd/microwatt/config.mk

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,9 @@ export ADDITIONAL_LIBS = $(wildcard $(microwatt_DIR)/lib/*.lib)
2121

2222
export SYNTH_HIERARCHICAL = 1
2323

24-
export MACRO_PLACE_HALO = 100 100
24+
export PLACE_DENSITY = 0.3
2525

26-
# We use large placement blockages to try eliminating the channels between
27-
# RAMs in order to make that space inaccessible for GPL. Experiments have
28-
# showed that connections crossing the RAMs vertically can be painful to
29-
# route.
30-
export MACRO_BLOCKAGE_HALO = 151
31-
32-
# There's less space due to the adapted blockage halos, so GPL requires a
33-
# higher density in order to run.
34-
export PLACE_DENSITY = 0.2
35-
36-
# Extra effort to ease routing: avoid very tall std cell clusters in MPL.
37-
export RTLMP_MIN_AR = 0.40
38-
export RTLMP_NOTCH_WT = 20.0
26+
export MACRO_PLACE_HALO = 60 60
3927

4028
# CTS tuning
4129
export CTS_BUF_DISTANCE = 600

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"compare": "=="
99
},
1010
"placeopt__design__instance__area": {
11-
"value": 5449862,
11+
"value": 5444158,
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
@@ -28,11 +28,11 @@
2828
"compare": "<="
2929
},
3030
"cts__timing__setup__ws": {
31-
"value": -2.98,
31+
"value": -2.8094,
3232
"compare": ">="
3333
},
3434
"cts__timing__setup__tns": {
35-
"value": -579.49,
35+
"value": -450.2784,
3636
"compare": ">="
3737
},
3838
"cts__timing__hold__ws": {
@@ -44,47 +44,47 @@
4444
"compare": ">="
4545
},
4646
"globalroute__antenna_diodes_count": {
47-
"value": 3011,
47+
"value": 2016,
4848
"compare": "<="
4949
},
5050
"globalroute__timing__setup__ws": {
5151
"value": -3.08,
5252
"compare": ">="
5353
},
5454
"globalroute__timing__setup__tns": {
55-
"value": -644.87,
55+
"value": -497.9736,
5656
"compare": ">="
5757
},
5858
"globalroute__timing__hold__ws": {
59-
"value": -0.04,
59+
"value": -0.0355,
6060
"compare": ">="
6161
},
6262
"globalroute__timing__hold__tns": {
6363
"value": -0.04,
6464
"compare": ">="
6565
},
6666
"detailedroute__route__wirelength": {
67-
"value": 8784214,
67+
"value": 8055403,
6868
"compare": "<="
6969
},
7070
"detailedroute__route__drc_errors": {
7171
"value": 0,
7272
"compare": "<="
7373
},
7474
"detailedroute__antenna__violating__nets": {
75-
"value": 5,
75+
"value": 0,
7676
"compare": "<="
7777
},
7878
"detailedroute__antenna_diodes_count": {
79-
"value": 1795,
79+
"value": 1307,
8080
"compare": "<="
8181
},
8282
"detailedroute__timing__setup__ws": {
83-
"value": -1.9157,
83+
"value": -1.5245,
8484
"compare": ">="
8585
},
8686
"detailedroute__timing__setup__tns": {
87-
"value": -199.9884,
87+
"value": -82.9414,
8888
"compare": ">="
8989
},
9090
"detailedroute__timing__hold__ws": {
@@ -100,19 +100,19 @@
100100
"compare": ">="
101101
},
102102
"finish__timing__setup__tns": {
103-
"value": -620.89,
103+
"value": -557.0015,
104104
"compare": ">="
105105
},
106106
"finish__timing__hold__ws": {
107-
"value": -0.27,
107+
"value": -0.5048,
108108
"compare": ">="
109109
},
110110
"finish__timing__hold__tns": {
111-
"value": -4.48,
111+
"value": -19.2273,
112112
"compare": ">="
113113
},
114114
"finish__design__instance__area": {
115-
"value": 5601374,
115+
"value": 5582894,
116116
"compare": "<="
117117
},
118118
"finish__timing__wns_percent_delay": {

0 commit comments

Comments
 (0)