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 ed7902e commit 0a3f9cbCopy full SHA for 0a3f9cb
flow/designs/sky130hd/microwatt/config.mk
@@ -8,8 +8,8 @@ export VERILOG_FILES = $(sort $(wildcard $(DESIGN_HOME)/src/$(DESIGN_NICKNAME)/*
8
9
export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.sdc
10
11
-export DIE_AREA = 0 0 2920 3520
12
-export CORE_AREA = 10 10 2910 3510
+export DIE_AREA = 0 0 3020 3610
+export CORE_AREA = 10 10 3010 3610
13
14
export PLACE_DENSITY ?= 0.2
15
@@ -33,7 +33,7 @@ export MACRO_BLOCKAGE_HALO = 151
33
34
# 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.21
+export PLACE_DENSITY = 0.19
37
38
# CTS tuning
39
export CTS_BUF_DISTANCE = 600
0 commit comments