Skip to content

Commit b59ee02

Browse files
committed
Prep for updated rapidus2hp platform
Signed-off-by: Jeff Ng <[email protected]>
1 parent 99616fc commit b59ee02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flow/designs/rapidus2hp/cva6/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ifeq ($(SYNTH_HDL_FRONTEND),verific)
102102
else
103103
# Reduce the amount of resizing done between GPL and DPL
104104
export EARLY_SIZING_CAP_RATIO = 6
105-
ifeq ($(TRACK_OPTION),6T)
105+
ifeq ($(PLACE_SITE),SC6T)
106106
# Decrease the utilization so that the tall macros fit
107107
export CORE_UTILIZATION = 50
108108
else

flow/designs/rapidus2hp/hercules_is_int/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/prects
2222
export SYNTH_HDL_FRONTEND = slang
2323
export SYNTH_HIERARCHICAL ?= 0
2424

25-
ifeq ($(TRACK_OPTION), 6T)
25+
ifeq ($(PLACE_SITE), SC6T)
2626
export CORE_UTILIZATION = 30
2727
else
2828
export CORE_UTILIZATION = 35

0 commit comments

Comments
 (0)