Skip to content

Commit 83c5f69

Browse files
authored
Merge pull request #947 from Pinata-Consulting/makefile-tweak-skip-route
makefile: do not invoke make recursively for skip_route
2 parents 8f2572e + 0f541f9 commit 83c5f69

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flow/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,8 +678,6 @@ skip_route: $(RESULTS_DIR)/4_cts.odb $(RESULTS_DIR)/4_cts.sdc
678678
cp $(RESULTS_DIR)/3_place.odb $(RESULTS_DIR)/5_2_route.odb
679679
cp $(RESULTS_DIR)/3_place.odb $(RESULTS_DIR)/6_1_fill.odb
680680
touch $(RESULTS_DIR)/6_final.spef
681-
$(MAKE) $(LOG_DIR)/6_report.log
682-
$(MAKE) finish
683681

684682
# To create a mock abstract quickly, good enough to iterate quickly on
685683
# floorplanning and detailed route at higher levels, run:

0 commit comments

Comments
 (0)