Skip to content

Commit 6bb11d4

Browse files
committed
flow: change asap7/gcd CORE_UTILIZATION from 40 to 65
Signed-off-by: arthurjolo <arthurjl@precisioninno.com>
1 parent bb1ed96 commit 6bb11d4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

flow/designs/asap7/gcd/config.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ export DESIGN_NAME = gcd
55
export VERILOG_FILES = $(sort $(wildcard $(DESIGN_HOME)/src/$(DESIGN_NAME)/*.v))
66
export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/constraint.sdc
77

8-
export DIE_AREA = 0 0 16.2 16.2
9-
export CORE_AREA = 1.08 1.08 15.12 15.12
8+
export CORE_UTILIZATION = 65
9+
export CORE_ASPECT_RATIO = 1
10+
export CORE_MARGIN = 0.5
1011
# The goal of this design is to have a smoketest that builds quickly,
1112
# that said, this design will go through grt with a 0.99 placement density.
1213
export PLACE_DENSITY = 0.35

0 commit comments

Comments
 (0)