Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions flow/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,9 @@ export RUN_YOSYS_ARGS ?= -c $(SCRIPTS_DIR)/yosys_keep.tcl
run-yosys:
$(YOSYS_EXE) $(RUN_YOSYS_ARGS)

# Enable optimization across hierarchical boundaries by default
export SYNTH_OPT_HIER ?= 1

# Utilities
#-------------------------------------------------------------------------------
include $(UTILS_DIR)/utils.mk
Expand Down
2 changes: 2 additions & 0 deletions flow/designs/nangate45/ariane133/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ export MACRO_PLACE_HALO = 10 10

export TNS_END_PERCENT = 100
export SKIP_GATE_CLONING = 1

export SYNTH_OPT_HIER = 0
1 change: 1 addition & 0 deletions flow/designs/nangate45/bp_fe_top/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ export TNS_END_PERCENT = 100
export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/fastroute.tcl

export GPL_KEEP_OVERFLOW = 0
export SYNTH_OPT_HIER = 0
1 change: 1 addition & 0 deletions flow/designs/nangate45/tinyRocket/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ export ADDITIONAL_LIBS = $(sort $(wildcard $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_N
export DIE_AREA = 0 0 424.92 499.4
export CORE_AREA = 10.07 9.8 414.85 489.6
export TNS_END_PERCENT = 100
export SYNTH_OPT_HIER = 0
2 changes: 2 additions & 0 deletions flow/designs/rapidus2hp/hercules_is_int/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,5 @@ export ENABLE_DPO = 0
# \\hercules_is_sxq$$hercules_is_int.u_sx1_iq
# endif
# endif

export SYNTH_OPT_HIER = 0
1 change: 1 addition & 0 deletions flow/designs/sky130hd/microwatt/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/fastroute.t
# to real SRAMs and not instantiated as flops
export SYNTH_MEMORY_MAX_BITS = 42000

export SYNTH_OPT_HIER = 0