Skip to content

Commit 0273570

Browse files
authored
Merge pull request #3203 from jeffng-or/asap7-cva6-hier
added desired grouping for demo - hier synthesis
2 parents a687a73 + eb61a27 commit 0273570

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)