Skip to content

Commit 51a09c4

Browse files
authored
Merge pull request #3322 from The-OpenROAD-Project-staging/rapidus2hp-cva-hier-default
make hierarchical synth the default for rapidus2hp cva6
2 parents c7aa1c5 + 62cd972 commit 51a09c4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

flow/designs/rapidus2hp/cva6/config.mk

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,15 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/constr
9393

9494
# Must be defined before the ifeq's
9595
export SYNTH_HDL_FRONTEND = slang
96-
export SYNTH_HIERARCHICAL ?= 0
96+
export SYNTH_HIERARCHICAL = 1
9797

9898
ifeq ($(SYNTH_HDL_FRONTEND),verific)
9999
# Reduce utilization for verific since it runs into issues with DPL not being
100100
# able to place instances or with one-site gap/overlap issues
101101
export CORE_UTILIZATION = 35
102102
else
103-
ifeq ($(SYNTH_HIERARCHICAL),1)
104-
# Reduce the amount of resizing done between GPL and DPL
105-
export EARLY_SIZING_CAP_RATIO = 6
106-
endif
103+
# Reduce the amount of resizing done between GPL and DPL
104+
export EARLY_SIZING_CAP_RATIO = 6
107105
export CORE_UTILIZATION = 45
108106
endif
109107

0 commit comments

Comments
 (0)