We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7239416 commit 019c611Copy full SHA for 019c611
flow/Makefile
@@ -295,6 +295,7 @@ endif
295
# 1 user explicit set with variable in Makefile or command line, for instance setting OPENROAD_EXE
296
# 2 ORFS compiled tools: openroad, yosys
297
export OPENROAD_EXE ?= $(abspath $(FLOW_HOME)/../tools/install/OpenROAD/bin/openroad)
298
+export OPENSTA_EXE ?= $(abspath $(FLOW_HOME)/../tools/install/OpenROAD/bin/sta)
299
300
OPENROAD_ARGS = -no_init $(OR_ARGS)
301
OPENROAD_CMD = $(OPENROAD_EXE) -exit $(OPENROAD_ARGS)
0 commit comments