Skip to content

Commit a90676a

Browse files
committed
adjust microwatt density
Signed-off-by: Augusto Berndt <[email protected]>
1 parent 1364d16 commit a90676a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

flow/designs/sky130hd/microwatt/config.mk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.
1111
export DIE_AREA = 0 0 3020 3610
1212
export CORE_AREA = 10 10 3010 3600
1313

14-
export PLACE_DENSITY ?= 0.2
15-
1614
export microwatt_DIR = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)
1715

1816
export ADDITIONAL_GDS = $(wildcard $(microwatt_DIR)/gds/*.gds.gz)
@@ -33,7 +31,7 @@ export MACRO_BLOCKAGE_HALO = 151
3331

3432
# There's less space due to the adapted blockage halos, so GPL requires a
3533
# higher density in order to run.
36-
export PLACE_DENSITY = 0.19
34+
export PLACE_DENSITY = 0.2
3735

3836
# CTS tuning
3937
export CTS_BUF_DISTANCE = 600

0 commit comments

Comments
 (0)