Skip to content

Commit

Permalink
Merge pull request #2558 from eder-matheus/update_microwatt
Browse files Browse the repository at this point in the history
update sky130hd/microwatt place density
  • Loading branch information
eder-matheus authored Nov 14, 2024
2 parents 745c3d9 + b338c6b commit b28c142
Show file tree
Hide file tree
Showing 4 changed files with 311 additions and 316 deletions.
3 changes: 2 additions & 1 deletion flow/designs/sky130hd/microwatt/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.
export DIE_AREA = 0 0 2920 3520
export CORE_AREA = 10 10 2910 3510

export PLACE_DENSITY ?= 0.3
export PLACE_DENSITY ?= 0.23

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

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

Loading

0 comments on commit b28c142

Please sign in to comment.