We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6adb30 commit 7bfbdceCopy full SHA for 7bfbdce
flow/Makefile
@@ -181,6 +181,8 @@ include $(PLATFORM_DIR)/config.mk
181
# Enables hierarchical yosys
182
export SYNTH_STATS = $(RESULTS_DIR)/synth_stats.txt
183
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
186
187
# Not normally adjusted by user
188
export SYNTH_OPERATIONS_ARGS ?= -extra-map $(FLOW_HOME)/platforms/common/lcu_kogge_stone.v
0 commit comments