Skip to content

Commit 9c494f3

Browse files
committed
makefile: use do-copy for final
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent b42f2ba commit 9c494f3

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

flow/Makefile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -690,15 +690,12 @@ elapsed:
690690
ifneq ($(USE_FILL),)
691691
$(eval $(call do-step,6_1_fill,$(RESULTS_DIR)/5_route.odb $(FILL_CONFIG),density_fill))
692692
else
693-
$(RESULTS_DIR)/6_1_fill.odb: $(RESULTS_DIR)/5_route.odb
694-
cp $< $@
693+
$(eval $(call do-copy,6_1_fill,5_route.odb))
695694
endif
696695

697-
$(RESULTS_DIR)/6_1_fill.sdc: $(RESULTS_DIR)/5_route.sdc
698-
cp $< $@
696+
$(eval $(call do-copy,6_1_fill,5_route.sdc,,.sdc))
699697

700-
$(RESULTS_DIR)/6_final.sdc: $(RESULTS_DIR)/5_route.sdc
701-
cp $< $@
698+
$(eval $(call do-copy,6_final,5_route.sdc,,.sdc))
702699

703700
$(eval $(call do-step,6_report,$(RESULTS_DIR)/6_1_fill.odb $(RESULTS_DIR)/6_1_fill.sdc,final_report,.log,$(LOG_DIR)))
704701

0 commit comments

Comments
 (0)