Skip to content

Commit 0a3f9cb

Browse files
committed
Lower uW placement density to resolve congestion
Signed-off-by: Martin Povišer <[email protected]>
1 parent ed7902e commit 0a3f9cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flow/designs/sky130hd/microwatt/config.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export VERILOG_FILES = $(sort $(wildcard $(DESIGN_HOME)/src/$(DESIGN_NICKNAME)/*
88

99
export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.sdc
1010

11-
export DIE_AREA = 0 0 2920 3520
12-
export CORE_AREA = 10 10 2910 3510
11+
export DIE_AREA = 0 0 3020 3610
12+
export CORE_AREA = 10 10 3010 3610
1313

1414
export PLACE_DENSITY ?= 0.2
1515

@@ -33,7 +33,7 @@ export MACRO_BLOCKAGE_HALO = 151
3333

3434
# There's less space due to the adapted blockage halos, so GPL requires a
3535
# higher density in order to run.
36-
export PLACE_DENSITY = 0.21
36+
export PLACE_DENSITY = 0.19
3737

3838
# CTS tuning
3939
export CTS_BUF_DISTANCE = 600

0 commit comments

Comments
 (0)