Skip to content

Commit 8ee6bc1

Browse files
authored
Merge pull request #3209 from jeffng-or/remove-hier-synth-conditional
removed ifeq since keep size only applies with SYNTH_HIERARCHICAL=1
2 parents 7ad0ca8 + 213e0b9 commit 8ee6bc1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

flow/designs/asap7/cva6/config.mk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ export MACRO_HALO = 5 5
8888
# few last gasp iterations
8989
export SKIP_LAST_GASP ?= 1
9090

91-
ifeq ($(SYNTH_HIERARCHICAL),1)
92-
export SYNTH_MINIMUM_KEEP_SIZE ?= 40000
93-
endif
91+
# For use with SYNTH_HIERARCHICAL
92+
export SYNTH_MINIMUM_KEEP_SIZE ?= 40000
9493

9594
export SYNTH_HDL_FRONTEND = slang

0 commit comments

Comments
 (0)