We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4daf733 + 287947a commit 795996bCopy full SHA for 795996b
flow/designs/rapidus2hp/hercules_is_int/config.mk
@@ -25,7 +25,11 @@ export SYNTH_HIERARCHICAL ?= 0
25
ifeq ($(PLACE_SITE), SC6T)
26
export CORE_UTILIZATION = 30
27
else
28
- export CORE_UTILIZATION = 52
+ ifeq ($(SYNTH_HDL_FRONTEND), slang)
29
+ export CORE_UTILIZATION = 52
30
+ else
31
+ export CORE_UTILIZATION = 54
32
+ endif
33
endif
34
35
export CORE_MARGIN = 1
@@ -62,5 +66,4 @@ export ENABLE_DPO = 0
62
66
# \\hercules_is_resc_ls$$hercules_is_int.u_grcl \
63
67
# \\hercules_is_sxq$$hercules_is_int.u_sx0_iq \
64
68
# \\hercules_is_sxq$$hercules_is_int.u_sx1_iq
65
-# endif
69
# endif
0 commit comments