Skip to content

Commit 86a920a

Browse files
committed
makefile: add arguments to openroad splah screen to have info in log
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 668a038 commit 86a920a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ do-$(1): $(OBJECTS_DIR)/copyright.txt
618618
@echo Running $(3).tcl, stage $(1)
619619
@(set -eo pipefail; \
620620
trap 'mv $(LOG_DIR)/$(1).tmp.log $(LOG_DIR)/$(1).log' EXIT; \
621-
$(OPENROAD_EXE) -exit -no_init $(SCRIPTS_DIR)/noop.tcl 2>&1 >$(LOG_DIR)/$(1).tmp.log; \
621+
$(OPENROAD_EXE) $(OPENROAD_ARGS) -exit $(SCRIPTS_DIR)/noop.tcl 2>&1 >$(LOG_DIR)/$(1).tmp.log; \
622622
$(TIME_CMD) $(OPENROAD_CMD) -no_splash $(SCRIPTS_DIR)/$(3).tcl -metrics $(LOG_DIR)/$(1).json 2>&1 | \
623623
tee -a $(abspath $(LOG_DIR)/$(1).tmp.log))
624624
endef

0 commit comments

Comments
 (0)