We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1ed96 commit 6bb11d4Copy full SHA for 6bb11d4
1 file changed
flow/designs/asap7/gcd/config.mk
@@ -5,8 +5,9 @@ export DESIGN_NAME = gcd
5
export VERILOG_FILES = $(sort $(wildcard $(DESIGN_HOME)/src/$(DESIGN_NAME)/*.v))
6
export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/constraint.sdc
7
8
-export DIE_AREA = 0 0 16.2 16.2
9
-export CORE_AREA = 1.08 1.08 15.12 15.12
+export CORE_UTILIZATION = 65
+export CORE_ASPECT_RATIO = 1
10
+export CORE_MARGIN = 0.5
11
# The goal of this design is to have a smoketest that builds quickly,
12
# that said, this design will go through grt with a 0.99 placement density.
13
export PLACE_DENSITY = 0.35
0 commit comments