Skip to content

Commit

Permalink
Merge pull request #2520 from Pinata-Consulting/makefile-do-floorplan…
Browse files Browse the repository at this point in the history
…-fix-2

makefile: fix one more do-floorplan gaffe
  • Loading branch information
maliberty authored Oct 29, 2024
2 parents e30f8fc + 8c3afb1 commit defc349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ $(RESULTS_DIR)/2_floorplan.sdc: $(RESULTS_DIR)/2_1_floorplan.odb

.PHONY: do-floorplan
do-floorplan:
$(UNSET_AND_MAKE) do-2_1_floorplan do-2_2_floorplan_io do-2_3_floorplan_macro do-2_4_floorplan_tapcell do-2_5_floorplan_pdn do-2_floorplan
$(UNSET_AND_MAKE) do-2_1_floorplan do-2_2_floorplan_io do-2_3_floorplan_macro do-2_4_floorplan_tapcell do-2_5_floorplan_pdn do-2_floorplan do-2_floorplan.sdc

.PHONY: clean_floorplan
clean_floorplan:
Expand Down

0 comments on commit defc349

Please sign in to comment.