Skip to content

Commit 73fb316

Browse files
committed
make: make OPENROAD_ variables visible in environment to facilitate scripting
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 6f9b40e commit 73fb316

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flow/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,10 @@ endif
226226
export OPENROAD_EXE ?= $(abspath $(FLOW_HOME)/../tools/install/OpenROAD/bin/openroad)
227227
export OPENSTA_EXE ?= $(abspath $(FLOW_HOME)/../tools/install/OpenROAD/bin/sta)
228228

229-
OPENROAD_ARGS = -no_init -threads $(NUM_CORES) $(OR_ARGS)
230-
OPENROAD_CMD = $(OPENROAD_EXE) -exit $(OPENROAD_ARGS)
231-
OPENROAD_NO_EXIT_CMD = $(OPENROAD_EXE) $(OPENROAD_ARGS)
232-
OPENROAD_GUI_CMD = $(OPENROAD_EXE) -gui $(OR_ARGS)
229+
export OPENROAD_ARGS = -no_init -threads $(NUM_CORES) $(OR_ARGS)
230+
export OPENROAD_CMD = $(OPENROAD_EXE) -exit $(OPENROAD_ARGS)
231+
export OPENROAD_NO_EXIT_CMD = $(OPENROAD_EXE) $(OPENROAD_ARGS)
232+
export OPENROAD_GUI_CMD = $(OPENROAD_EXE) -gui $(OR_ARGS)
233233

234234
YOSYS_EXE ?= $(abspath $(FLOW_HOME)/../tools/install/yosys/bin/yosys)
235235

0 commit comments

Comments
 (0)