Skip to content

Commit 21ae07f

Browse files
authored
Merge pull request #3928 from The-OpenROAD-Project-staging/test-jorge-design-owner
Shrink the die area asap7/swerv_wrapper
2 parents 6c3d5c2 + 7fded1a commit 21ae07f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

flow/designs/asap7/swerv_wrapper/config.mk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/swerv_wrapper/constraint.sdc
5151
export ADDITIONAL_LEFS = $(sort $(wildcard $(DESIGN_HOME)/$(PLATFORM)/swerv_wrapper/lef/*.lef))
5252
export ADDITIONAL_LIBS = $(sort $(wildcard $(DESIGN_HOME)/$(PLATFORM)/swerv_wrapper/lib/*.lib))
5353

54-
export DIE_AREA = 0 0 550 600
55-
export CORE_AREA = 5 5 545 595
54+
export CORE_UTILIZATION = 30
5655

5756
export IO_CONSTRAINTS = $(DESIGN_HOME)/$(PLATFORM)/swerv_wrapper/io.tcl
5857
export PLACE_DENSITY_LB_ADDON = 0.20
@@ -63,4 +62,3 @@ export SWAP_ARITH_OPERATORS = 1
6362
export OPENROAD_HIERARCHICAL = 1
6463

6564
export LEC_CHECK = 0
66-

0 commit comments

Comments
 (0)