File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 22# file to avoid having to adding the to the make command line.
33-include settings.mk
44
5+ # Include design and platform configuration before setting default options
6+ # in this file. This allows the DESIGN_CONFIG to set different defaults than
7+ # this file.
8+ include $(DESIGN_CONFIG )
9+
510# ==============================================================================
611# Uncomment or add the design to run
712# ==============================================================================
@@ -191,10 +196,6 @@ export UTILS_DIR ?= $(FLOW_HOME)/util
191196export SCRIPTS_DIR ?= $(FLOW_HOME ) /scripts
192197export TEST_DIR ?= $(FLOW_HOME ) /test
193198
194- # -------------------------------------------------------------------------------
195- # Include design and platform configuration
196- include $(DESIGN_CONFIG )
197-
198199PUBLIC =nangate45 sky130hd sky130hs asap7 ihp-sg13g2 gf180
199200
200201ifneq ($(wildcard $(PLATFORM_HOME ) /$(PLATFORM ) ) ,)
You can’t perform that action at this time.
0 commit comments