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 da2d4dc commit afa6a60Copy full SHA for afa6a60
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.2
+export PLACE_DENSITY ?= 0.5
15
16
export microwatt_DIR = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)
17
@@ -36,3 +36,4 @@ export SETUP_SLACK_MARGIN = 0.2
36
# This is high, some SRAMs should probably be converted
37
# to real SRAMs and not instantiated as flops
38
export SYNTH_MEMORY_MAX_BITS ?= 42000
39
+
0 commit comments