Skip to content

Commit edcd265

Browse files
authored
Merge pull request #2423 from Pinata-Consulting/makefile-log-info
Makefile log info
2 parents 668a038 + 86a920a commit edcd265

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)