Skip to content

Commit 80c23f9

Browse files
committed
makefile: do not read in .openroad when running noop.tcl to print banner
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent e65cfc7 commit 80c23f9

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
@@ -609,7 +609,7 @@ endif
609609
do-$(1): $(OBJECTS_DIR)/copyright.txt
610610
@echo Running $(3).tcl, stage $(1)
611611
@(trap 'mv $(LOG_DIR)/$(1).tmp.log $(LOG_DIR)/$(1).log' EXIT; \
612-
$(OPENROAD_EXE) -exit $(SCRIPTS_DIR)/noop.tcl 2>&1 >$(LOG_DIR)/$(1).tmp.log; \
612+
$(OPENROAD_EXE) -exit -no_init $(SCRIPTS_DIR)/noop.tcl 2>&1 >$(LOG_DIR)/$(1).tmp.log; \
613613
$(TIME_CMD) $(OPENROAD_CMD) -no_splash $(SCRIPTS_DIR)/$(3).tcl -metrics $(LOG_DIR)/$(1).json 2>&1 | \
614614
tee -a $(LOG_DIR)/$(1).tmp.log)
615615
endef

0 commit comments

Comments
 (0)