Skip to content

Commit 27b472c

Browse files
committed
increase sky130hd/microwatt density
Signed-off-by: Eder Monteiro <[email protected]>
1 parent d587dbd commit 27b472c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/designs/sky130hd/microwatt/config.mk

Lines changed: 2 additions & 2 deletions
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.23
14+
export PLACE_DENSITY ?= 0.2
1515

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

@@ -31,7 +31,7 @@ export MACRO_PLACE_CHANNEL = 200 200
3131
export CTS_BUF_DISTANCE = 600
3232
export SKIP_GATE_CLONING = 1
3333

34-
export SETUP_SLACK_MARGIN = 0.2
34+
export SETUP_SLACK_MARGIN = 0.25
3535

3636
# This is high, some SRAMs should probably be converted
3737
# to real SRAMs and not instantiated as flops

0 commit comments

Comments
 (0)