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 d587dbd commit 27b472cCopy full SHA for 27b472c
flow/designs/sky130hd/microwatt/config.mk
@@ -11,7 +11,7 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.
11
export DIE_AREA = 0 0 2920 3520
12
export CORE_AREA = 10 10 2910 3510
13
14
-export PLACE_DENSITY ?= 0.23
+export PLACE_DENSITY ?= 0.2
15
16
export microwatt_DIR = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)
17
@@ -31,7 +31,7 @@ export MACRO_PLACE_CHANNEL = 200 200
31
export CTS_BUF_DISTANCE = 600
32
export SKIP_GATE_CLONING = 1
33
34
-export SETUP_SLACK_MARGIN = 0.2
+export SETUP_SLACK_MARGIN = 0.25
35
36
# This is high, some SRAMs should probably be converted
37
# to real SRAMs and not instantiated as flops
0 commit comments