Skip to content

Commit 30b2756

Browse files
authored
Merge pull request #1160 from The-OpenROAD-Project-staging/microwatt-update
Bump microwatt PLACE_DENSITY 0.2 -> 0.25
2 parents e278109 + cb94ce9 commit 30b2756

File tree

3 files changed

+181
-179
lines changed

3 files changed

+181
-179
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 = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.sdc
1111
export DIE_AREA = 0 0 2920 3520
1212
export CORE_AREA = 10 10 2910 3510
1313

14-
export PLACE_DENSITY ?= 0.20
14+
export PLACE_DENSITY ?= 0.25
1515

1616
export microwatt_DIR = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)
1717

@@ -31,4 +31,4 @@ export CTS_CLUSTER_SIZE = 30
3131

3232
export export SETUP_SLACK_MARGIN = 0.2
3333

34-
export GLOBAL_ROUTE_ARGS=-congestion_iterations 100 -verbose
34+
export GLOBAL_ROUTE_ARGS=-congestion_iterations 100 -verbose

0 commit comments

Comments
 (0)