File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -226,10 +226,10 @@ endif
226226export OPENROAD_EXE ?= $(abspath $(FLOW_HOME ) /../tools/install/OpenROAD/bin/openroad)
227227export 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
234234YOSYS_EXE ?= $(abspath $(FLOW_HOME ) /../tools/install/yosys/bin/yosys)
235235
You can’t perform that action at this time.
0 commit comments