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.
2 parents 4788ec9 + 019c611 commit be734d6Copy full SHA for be734d6
flow/Makefile
@@ -296,6 +296,7 @@ endif
296
# 1 user explicit set with variable in Makefile or command line, for instance setting OPENROAD_EXE
297
# 2 ORFS compiled tools: openroad, yosys
298
export OPENROAD_EXE ?= $(abspath $(FLOW_HOME)/../tools/install/OpenROAD/bin/openroad)
299
+export OPENSTA_EXE ?= $(abspath $(FLOW_HOME)/../tools/install/OpenROAD/bin/sta)
300
301
OPENROAD_ARGS = -no_init $(OR_ARGS)
302
OPENROAD_CMD = $(OPENROAD_EXE) -exit $(OPENROAD_ARGS)
0 commit comments