Skip to content

Commit 213e0b9

Browse files
committed
removed ifeq since keep size only applies with SYNTH_HIERARCHIAL=1
Signed-off-by: Jeff Ng <[email protected]>
1 parent d5f6f3a commit 213e0b9

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)