Skip to content

Commit 6073b91

Browse files
committed
enabled opt hier by default
Signed-off-by: Cho Moon <[email protected]>
1 parent 1592c42 commit 6073b91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flow/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,9 @@ export RUN_YOSYS_ARGS ?= -c $(SCRIPTS_DIR)/yosys_keep.tcl
830830
run-yosys:
831831
$(YOSYS_EXE) $(RUN_YOSYS_ARGS)
832832

833+
# Enable optimization across hierarchical boundaries by default
834+
export SYNTH_OPT_HIER ?= 1
835+
833836
# Utilities
834837
#-------------------------------------------------------------------------------
835838
include $(UTILS_DIR)/utils.mk

0 commit comments

Comments
 (0)