Skip to content

Commit f8b7853

Browse files
committed
makefile: remove superfluous floorplan_info target, instead use print-DIE_AREA
no need for floorplan_info, use the more general mechanism to print any variable instead. Signed-off-by: Øyvind Harboe <[email protected]>
1 parent bf7e2bc commit f8b7853

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),)
@@ -893,6 +888,7 @@ all_verilog : $(foreach file,$(RESULTS_ODB),$(file).v)
893888
.PHONY: handoff
894889
handoff : all_defs all_verilog
895890

891+
# Print any variable, for instance: make print-DIE_AREA
896892
print-% : ; @echo $* = $($*)
897893

898894
# Utilities

0 commit comments

Comments
 (0)