We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c3d5c2 + 7fded1a commit 21ae07fCopy full SHA for 21ae07f
flow/designs/asap7/swerv_wrapper/config.mk
@@ -51,8 +51,7 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/swerv_wrapper/constraint.sdc
51
export ADDITIONAL_LEFS = $(sort $(wildcard $(DESIGN_HOME)/$(PLATFORM)/swerv_wrapper/lef/*.lef))
52
export ADDITIONAL_LIBS = $(sort $(wildcard $(DESIGN_HOME)/$(PLATFORM)/swerv_wrapper/lib/*.lib))
53
54
-export DIE_AREA = 0 0 550 600
55
-export CORE_AREA = 5 5 545 595
+export CORE_UTILIZATION = 30
56
57
export IO_CONSTRAINTS = $(DESIGN_HOME)/$(PLATFORM)/swerv_wrapper/io.tcl
58
export PLACE_DENSITY_LB_ADDON = 0.20
@@ -63,4 +62,3 @@ export SWAP_ARITH_OPERATORS = 1
63
62
export OPENROAD_HIERARCHICAL = 1
64
65
export LEC_CHECK = 0
66
-
0 commit comments