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 1592c42 commit 6073b91Copy full SHA for 6073b91
flow/Makefile
@@ -830,6 +830,9 @@ export RUN_YOSYS_ARGS ?= -c $(SCRIPTS_DIR)/yosys_keep.tcl
830
run-yosys:
831
$(YOSYS_EXE) $(RUN_YOSYS_ARGS)
832
833
+# Enable optimization across hierarchical boundaries by default
834
+export SYNTH_OPT_HIER ?= 1
835
+
836
# Utilities
837
#-------------------------------------------------------------------------------
838
include $(UTILS_DIR)/utils.mk
0 commit comments