Skip to content

Commit afa6a60

Browse files
committed
use 0.5 place density for microwatt
Signed-off-by: Eder Monteiro <[email protected]>
1 parent da2d4dc commit afa6a60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flow/designs/sky130hd/microwatt/config.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.
1111
export DIE_AREA = 0 0 2920 3520
1212
export CORE_AREA = 10 10 2910 3510
1313

14-
export PLACE_DENSITY ?= 0.2
14+
export PLACE_DENSITY ?= 0.5
1515

1616
export microwatt_DIR = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)
1717

@@ -36,3 +36,4 @@ export SETUP_SLACK_MARGIN = 0.2
3636
# This is high, some SRAMs should probably be converted
3737
# to real SRAMs and not instantiated as flops
3838
export SYNTH_MEMORY_MAX_BITS ?= 42000
39+

0 commit comments

Comments
 (0)