File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
flow/designs/sky130hd/microwatt Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,9 @@ export ADDITIONAL_LIBS = $(wildcard $(microwatt_DIR)/lib/*.lib)
2121
2222export 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
4129export CTS_BUF_DISTANCE = 600
You can’t perform that action at this time.
0 commit comments