Skip to content

Commit 795996b

Browse files
authored
Merge pull request The-OpenROAD-Project#3486 from The-OpenROAD-Project-staging/herc-verific-util
added ifeq to bump verific util back up to 54
2 parents 4daf733 + 287947a commit 795996b

File tree

1 file changed

+5
-2
lines changed
  • flow/designs/rapidus2hp/hercules_is_int

1 file changed

+5
-2
lines changed

flow/designs/rapidus2hp/hercules_is_int/config.mk

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ export SYNTH_HIERARCHICAL ?= 0
2525
ifeq ($(PLACE_SITE), SC6T)
2626
export CORE_UTILIZATION = 30
2727
else
28-
export CORE_UTILIZATION = 52
28+
ifeq ($(SYNTH_HDL_FRONTEND), slang)
29+
export CORE_UTILIZATION = 52
30+
else
31+
export CORE_UTILIZATION = 54
32+
endif
2933
endif
3034

3135
export CORE_MARGIN = 1
@@ -62,5 +66,4 @@ export ENABLE_DPO = 0
6266
# \\hercules_is_resc_ls$$hercules_is_int.u_grcl \
6367
# \\hercules_is_sxq$$hercules_is_int.u_sx0_iq \
6468
# \\hercules_is_sxq$$hercules_is_int.u_sx1_iq
65-
# endif
6669
# endif

0 commit comments

Comments
 (0)