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 668a038 commit 86a920aCopy full SHA for 86a920a
flow/Makefile
@@ -618,7 +618,7 @@ do-$(1): $(OBJECTS_DIR)/copyright.txt
618
@echo Running $(3).tcl, stage $(1)
619
@(set -eo pipefail; \
620
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; \
+ $(OPENROAD_EXE) $(OPENROAD_ARGS) -exit $(SCRIPTS_DIR)/noop.tcl 2>&1 >$(LOG_DIR)/$(1).tmp.log; \
622
$(TIME_CMD) $(OPENROAD_CMD) -no_splash $(SCRIPTS_DIR)/$(3).tcl -metrics $(LOG_DIR)/$(1).json 2>&1 | \
623
tee -a $(abspath $(LOG_DIR)/$(1).tmp.log))
624
endef
0 commit comments