Skip to content

Commit 019c611

Browse files
committed
Makefile: add OPENSTA_EXE for read_power_activites in scripts
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 7239416 commit 019c611

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
@@ -295,6 +295,7 @@ endif
295295
# 1 user explicit set with variable in Makefile or command line, for instance setting OPENROAD_EXE
296296
# 2 ORFS compiled tools: openroad, yosys
297297
export OPENROAD_EXE ?= $(abspath $(FLOW_HOME)/../tools/install/OpenROAD/bin/openroad)
298+
export OPENSTA_EXE ?= $(abspath $(FLOW_HOME)/../tools/install/OpenROAD/bin/sta)
298299

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

0 commit comments

Comments
 (0)