Skip to content

Commit 9902c49

Browse files
Fix MPL-0065 and MPL-0040 in asap7 swerv_wrapper by adjusting core utilization
Signed-off-by: Jorge Ferreira <jorge.ferreira@precisioninno.com>
1 parent f83ab7c commit 9902c49

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

flow/designs/asap7/swerv_wrapper/config.mk

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,9 @@ export ADDITIONAL_LEFS = $(sort $(wildcard $(DESIGN_HOME)/$(PLATFORM)/swerv_wrap
5252
export ADDITIONAL_LIBS = $(sort $(wildcard $(DESIGN_HOME)/$(PLATFORM)/swerv_wrapper/lib/*.lib))
5353

5454
export CORE_UTILIZATION = 30
55-
# export DIE_AREA = 0 0 350 400
56-
# export CORE_AREA = 5 5 345 395
5755

5856
export IO_CONSTRAINTS = $(DESIGN_HOME)/$(PLATFORM)/swerv_wrapper/io.tcl
59-
# export PLACE_DENSITY_LB_ADDON = 0.20
60-
export PLACE_DENSITY = 0.70
57+
export PLACE_DENSITY_LB_ADDON = 0.30
6158

6259
export ROUTING_LAYER_ADJUSTMENT = 0.2
6360

0 commit comments

Comments
 (0)