Skip to content

Commit 62a4cad

Browse files
authored
Merge pull request #1244 from Pinata-Consulting/makefile-remove-superfluous-target
makefile: remove superfluous floorplan_info target, instead use print-DIE_AREA
2 parents faf99de + f8b7853 commit 62a4cad

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

flow/Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -432,11 +432,6 @@ clean_synth:
432432
floorplan: $(RESULTS_DIR)/2_floorplan.odb \
433433
$(RESULTS_DIR)/2_floorplan.sdc
434434

435-
.PHONY: floorplan_info
436-
floorplan_info:
437-
@echo DIE_AREA=$(DIE_AREA)
438-
@echo CORE_AREA=$(CORE_AREA)
439-
440435
# ==============================================================================
441436

442437
ifneq ($(FOOTPRINT),)
@@ -909,6 +904,7 @@ all_verilog : $(foreach file,$(RESULTS_ODB),$(file).v)
909904
.PHONY: handoff
910905
handoff : all_defs all_verilog
911906

907+
# Print any variable, for instance: make print-DIE_AREA
912908
print-% : ; @echo $* = $($*)
913909

914910
# Utilities

0 commit comments

Comments
 (0)