Skip to content

Commit 821e535

Browse files
committed
updated target name to floorplan_to_place
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 216a562 commit 821e535

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flow/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,11 +392,11 @@ do-$(1)$(if $(4),$(4),):
392392
cp $(RESULTS_DIR)/$(2) $(RESULTS_DIR)/$(1)$(if $(4),$(4),.odb)
393393
endef
394394

395-
$(eval $(call do-step,1_4_flow, $(RESULTS_DIR)/1_synth.v $(RESULTS_DIR)/1_synth.sdc,flow))
395+
$(eval $(call do-step,1_3_floorplan_to_place, $(RESULTS_DIR)/1_synth.v $(RESULTS_DIR)/1_synth.sdc,floorplan_to_place))
396396

397-
.PHONY: flow
398-
flow:
399-
$(UNSET_AND_MAKE) do-1_4_flow
397+
.PHONY: floorplan_to_place
398+
floorplan_to_place: $(RESULTS_DIR)/1_synth.v $(RESULTS_DIR)/1_synth.sdc
399+
$(UNSET_AND_MAKE) do-1_3_floorplan_to_place
400400

401401
$(eval $(call do-step,1_3_synth,$(RESULTS_DIR)/1_synth.v $(RESULTS_DIR)/1_synth.sdc,synth_odb))
402402

File renamed without changes.

0 commit comments

Comments
 (0)