Skip to content

Commit b42f2ba

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

flow/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -632,11 +632,9 @@ else
632632
$(eval $(call do-step,5_2_route,$(RESULTS_DIR)/4_cts.odb,detail_route))
633633
endif
634634

635-
$(RESULTS_DIR)/5_route.odb: $(RESULTS_DIR)/5_2_route.odb
636-
cp $< $@
635+
$(eval $(call do-copy,5_route,5_2_route.odb))
637636

638-
$(RESULTS_DIR)/5_route.sdc: $(RESULTS_DIR)/4_cts.sdc
639-
cp $< $@
637+
$(eval $(call do-copy,5_route,4_cts.sdc,,.sdc))
640638

641639
$(RESULTS_DIR)/5_route.v:
642640
@export OR_DB=5_route ;\

0 commit comments

Comments
 (0)