Skip to content

Commit e6ad5cd

Browse files
committed
sky130hd/uW: remove custom MPL configs and increase density
Signed-off-by: Arthur Koucher <[email protected]>
1 parent 337d0b5 commit e6ad5cd

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
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

0 commit comments

Comments
 (0)