Skip to content

Commit fa65097

Browse files
authored
Merge pull request #1929 from Pinata-Consulting/makefile-improved-logging
makefile: improve logging, include name of stage as well as which script is running
2 parents f9c77f3 + 5078bbc commit fa65097

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
@@ -571,7 +571,7 @@ $(if $(5),$(5),$(RESULTS_DIR))/$(1)$(if $(4),$(4),.odb): $(2)
571571

572572
.PHONY: do-$(1)
573573
do-$(1): copyright.txt
574-
@echo Running $(3).tcl
574+
@echo Running $(3).tcl, stage $(1)
575575
@(trap 'mv $(LOG_DIR)/$(1).tmp.log $(LOG_DIR)/$(1).log' EXIT; \
576576
$(OPENROAD_CMD) $(SCRIPTS_DIR)/noop.tcl 2>&1 >$(LOG_DIR)/$(1).tmp.log; \
577577
$(TIME_CMD) $(OPENROAD_CMD) -no_splash $(SCRIPTS_DIR)/$(3).tcl -metrics $(LOG_DIR)/$(1).json 2>&1 | \

0 commit comments

Comments
 (0)