Skip to content

Commit be734d6

Browse files
authored
Merge pull request #2148 from Pinata-Consulting/makefile-sta
Makefile: add OPENSTA_EXE for read_power_activites in scripts
2 parents 4788ec9 + 019c611 commit be734d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ endif
296296
# 1 user explicit set with variable in Makefile or command line, for instance setting OPENROAD_EXE
297297
# 2 ORFS compiled tools: openroad, yosys
298298
export OPENROAD_EXE ?= $(abspath $(FLOW_HOME)/../tools/install/OpenROAD/bin/openroad)
299+
export OPENSTA_EXE ?= $(abspath $(FLOW_HOME)/../tools/install/OpenROAD/bin/sta)
299300

300301
OPENROAD_ARGS = -no_init $(OR_ARGS)
301302
OPENROAD_CMD = $(OPENROAD_EXE) -exit $(OPENROAD_ARGS)

0 commit comments

Comments
 (0)