Skip to content

Commit 7bfbdce

Browse files
committed
variables: fix MAX_UNGROUP_SIZE
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent f6adb30 commit 7bfbdce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flow/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ include $(PLATFORM_DIR)/config.mk
181181
# Enables hierarchical yosys
182182
export SYNTH_STATS = $(RESULTS_DIR)/synth_stats.txt
183183
export SYNTH_STATS_SCRIPT = $(SCRIPTS_DIR)/synth_stats.tcl
184+
# If the design, nor $(PLATFORM_DIR)/config.mk provided a default, provide one here
185+
export MAX_UNGROUP_SIZE ?= 0
184186

185187
# Not normally adjusted by user
186188
export SYNTH_OPERATIONS_ARGS ?= -extra-map $(FLOW_HOME)/platforms/common/lcu_kogge_stone.v

0 commit comments

Comments
 (0)