We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1364d16 commit a90676aCopy full SHA for a90676a
flow/designs/sky130hd/microwatt/config.mk
@@ -11,8 +11,6 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.
11
export DIE_AREA = 0 0 3020 3610
12
export CORE_AREA = 10 10 3010 3600
13
14
-export PLACE_DENSITY ?= 0.2
15
-
16
export microwatt_DIR = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)
17
18
export ADDITIONAL_GDS = $(wildcard $(microwatt_DIR)/gds/*.gds.gz)
@@ -33,7 +31,7 @@ export MACRO_BLOCKAGE_HALO = 151
33
31
34
32
# There's less space due to the adapted blockage halos, so GPL requires a
35
# higher density in order to run.
36
-export PLACE_DENSITY = 0.19
+export PLACE_DENSITY = 0.2
37
38
# CTS tuning
39
export CTS_BUF_DISTANCE = 600
0 commit comments