Skip to content

Commit eb61a27

Browse files
committed
added desired grouping for demo - hier synthesis
Signed-off-by: Jeff Ng <[email protected]>
1 parent a687a73 commit eb61a27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flow/designs/asap7/cva6/config.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,8 @@ 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
9194

9295
export SYNTH_HDL_FRONTEND = slang

0 commit comments

Comments
 (0)