File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ ifeq (,$(strip $(NUM_CORES)))
208208endif
209209export NUM_CORES
210210
211- YOSYS_FLAGS += -v 3
211+ export YOSYS_FLAGS += -v 3
212212
213213# -------------------------------------------------------------------------------
214214# setup all commands used within this flow
@@ -231,7 +231,7 @@ OPENROAD_CMD = $(OPENROAD_EXE) -exit $(OPENROAD_ARGS)
231231OPENROAD_NO_EXIT_CMD = $(OPENROAD_EXE ) $(OPENROAD_ARGS )
232232OPENROAD_GUI_CMD = $(OPENROAD_EXE ) -gui $(OR_ARGS )
233233
234- YOSYS_EXE ?= $(abspath $(FLOW_HOME ) /../tools/install/yosys/bin/yosys)
234+ export YOSYS_EXE ?= $(abspath $(FLOW_HOME ) /../tools/install/yosys/bin/yosys)
235235
236236# Use locally installed and built klayout if it exists, otherwise use klayout in path
237237KLAYOUT_DIR = $(abspath $(FLOW_HOME ) /../tools/install/klayout/)
You can’t perform that action at this time.
0 commit comments