77 lines
2.3 KiB
Makefile
77 lines
2.3 KiB
Makefile
####################################################################################
|
|
####################################################################################
|
|
## Copyright 2011(c) Analog Devices, Inc.
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
####################################################################################
|
|
|
|
M_DEPS += system_top_si.v
|
|
M_DEPS += system_top_pi.v
|
|
M_DEPS += system_project.tcl
|
|
M_DEPS += system_bd.tcl
|
|
M_DEPS += serial_if_constr.xdc
|
|
M_DEPS += parallel_if_constr.xdc
|
|
M_DEPS += ../common/ad7616_bd.tcl
|
|
M_DEPS += ../../scripts/adi_project.tcl
|
|
M_DEPS += ../../scripts/adi_env.tcl
|
|
M_DEPS += ../../scripts/adi_board.tcl
|
|
M_DEPS += ../../common/zc706/zc706_system_constr.xdc
|
|
M_DEPS += ../../common/zc706/zc706_system_constr.xdc
|
|
M_DEPS += ../../common/zc706/zc706_system_bd.tcl
|
|
M_DEPS += ../../../library/xilinx/common/ad_iobuf.v
|
|
M_DEPS += ../../../library/xilinx/common/ad_iobuf.v
|
|
M_DEPS += ../../../library/axi_ad7616/axi_ad7616.xpr
|
|
M_DEPS += ../../../library/axi_clkgen/axi_clkgen.xpr
|
|
M_DEPS += ../../../library/axi_dmac/axi_dmac.xpr
|
|
M_DEPS += ../../../library/axi_hdmi_tx/axi_hdmi_tx.xpr
|
|
M_DEPS += ../../../library/axi_spdif_tx/axi_spdif_tx.xpr
|
|
|
|
M_VIVADO := vivado -mode batch -source
|
|
|
|
M_FLIST := *.cache
|
|
M_FLIST += *.data
|
|
M_FLIST += *.xpr
|
|
M_FLIST += *.log
|
|
M_FLIST += *.jou
|
|
M_FLIST += xgui
|
|
M_FLIST += *.runs
|
|
M_FLIST += *.srcs
|
|
M_FLIST += *.sdk
|
|
M_FLIST += *.hw
|
|
M_FLIST += *.sim
|
|
M_FLIST += .Xil
|
|
M_FLIST += *.ip_user_files
|
|
|
|
|
|
|
|
.PHONY: all lib clean clean-all
|
|
all: lib ad7616_sdz_zc706.sdk/system_top.hdf
|
|
|
|
|
|
clean:
|
|
rm -rf $(M_FLIST)
|
|
|
|
|
|
clean-all:clean
|
|
make -C ../../../library/axi_ad7616 clean
|
|
make -C ../../../library/axi_clkgen clean
|
|
make -C ../../../library/axi_dmac clean
|
|
make -C ../../../library/axi_hdmi_tx clean
|
|
make -C ../../../library/axi_spdif_tx clean
|
|
|
|
|
|
ad7616_sdz_zc706.sdk/system_top.hdf: $(M_DEPS)
|
|
-rm -rf $(M_FLIST)
|
|
$(M_VIVADO) system_project.tcl >> ad7616_sdz_zc706_vivado.log 2>&1
|
|
|
|
|
|
lib:
|
|
make -C ../../../library/axi_ad7616
|
|
make -C ../../../library/axi_clkgen
|
|
make -C ../../../library/axi_dmac
|
|
make -C ../../../library/axi_hdmi_tx
|
|
make -C ../../../library/axi_spdif_tx
|
|
|
|
####################################################################################
|
|
####################################################################################
|