We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65cfc7 commit 80c23f9Copy full SHA for 80c23f9
flow/Makefile
@@ -609,7 +609,7 @@ endif
609
do-$(1): $(OBJECTS_DIR)/copyright.txt
610
@echo Running $(3).tcl, stage $(1)
611
@(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; \
+ $(OPENROAD_EXE) -exit -no_init $(SCRIPTS_DIR)/noop.tcl 2>&1 >$(LOG_DIR)/$(1).tmp.log; \
613
$(TIME_CMD) $(OPENROAD_CMD) -no_splash $(SCRIPTS_DIR)/$(3).tcl -metrics $(LOG_DIR)/$(1).json 2>&1 | \
614
tee -a $(LOG_DIR)/$(1).tmp.log)
615
endef
0 commit comments