Skip to content

Commit 8b1e49a

Browse files
committed
makefile: only change log files for .odb files to use same stem in this PR
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 8f1dadb commit 8b1e49a

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
@@ -780,7 +780,7 @@ else
780780
endif
781781

782782
$(RESULTS_DIR)/6_final.cdl: $(RESULTS_DIR)/6_final.v
783-
($(TIME_CMD) $(OPENROAD_CMD) $(SCRIPTS_DIR)/cdl.tcl) 2>&1 | tee $(LOG_DIR)/6_final.log
783+
($(TIME_CMD) $(OPENROAD_CMD) $(SCRIPTS_DIR)/cdl.tcl) 2>&1 | tee $(LOG_DIR)/6_cdl.log
784784

785785
$(OBJECTS_DIR)/6_final_concat.cdl: $(RESULTS_DIR)/6_final.cdl $(CDL_FILE)
786786
cat $^ > $@

0 commit comments

Comments
 (0)