Skip to content

Commit 4bd640b

Browse files
committed
makefile: make YOSYS_EXE and YOSYS_FLGAS available to scripting
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 6f9b40e commit 4bd640b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ ifeq (,$(strip $(NUM_CORES)))
208208
endif
209209
export 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)
231231
OPENROAD_NO_EXIT_CMD = $(OPENROAD_EXE) $(OPENROAD_ARGS)
232232
OPENROAD_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
237237
KLAYOUT_DIR = $(abspath $(FLOW_HOME)/../tools/install/klayout/)

0 commit comments

Comments
 (0)