2017-04-24 17:54:37 +00:00
|
|
|
####################################################################################
|
|
|
|
####################################################################################
|
|
|
|
## Copyright 2011(c) Analog Devices, Inc.
|
|
|
|
## Auto-generated, do not modify!
|
|
|
|
####################################################################################
|
|
|
|
####################################################################################
|
|
|
|
|
|
|
|
M_DEPS += ../common/up_axi.v
|
|
|
|
M_DEPS += ../scripts/adi_env.tcl
|
|
|
|
M_DEPS += ../scripts/adi_ip.tcl
|
2017-07-26 14:32:44 +00:00
|
|
|
M_DEPS += ../xilinx/common/ad_data_out.v
|
2017-05-04 17:59:47 +00:00
|
|
|
M_DEPS += ../xilinx/common/ad_mul.v
|
2017-04-25 19:46:26 +00:00
|
|
|
M_DEPS += axi_fmcadc5_sync.v
|
2017-05-04 17:59:47 +00:00
|
|
|
M_DEPS += axi_fmcadc5_sync_calcor.v
|
2017-04-25 19:46:26 +00:00
|
|
|
M_DEPS += axi_fmcadc5_sync_constr.xdc
|
|
|
|
M_DEPS += axi_fmcadc5_sync_ip.tcl
|
2017-04-24 17:54:37 +00:00
|
|
|
|
|
|
|
M_VIVADO := vivado -mode batch -source
|
|
|
|
|
|
|
|
M_FLIST := *.cache
|
|
|
|
M_FLIST += *.data
|
|
|
|
M_FLIST += *.xpr
|
|
|
|
M_FLIST += *.log
|
|
|
|
M_FLIST += component.xml
|
|
|
|
M_FLIST += *.jou
|
|
|
|
M_FLIST += xgui
|
|
|
|
M_FLIST += *.ip_user_files
|
|
|
|
M_FLIST += *.srcs
|
|
|
|
M_FLIST += *.hw
|
|
|
|
M_FLIST += *.sim
|
|
|
|
M_FLIST += .Xil
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.PHONY: all clean clean-all
|
2017-04-25 19:46:26 +00:00
|
|
|
all: axi_fmcadc5_sync.xpr
|
2017-04-24 17:54:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
clean:clean-all
|
|
|
|
|
|
|
|
|
|
|
|
clean-all:
|
|
|
|
rm -rf $(M_FLIST)
|
|
|
|
|
|
|
|
|
2017-04-25 19:46:26 +00:00
|
|
|
axi_fmcadc5_sync.xpr: $(M_DEPS)
|
2017-04-24 17:54:37 +00:00
|
|
|
-rm -rf $(M_FLIST)
|
2017-04-25 19:46:26 +00:00
|
|
|
$(M_VIVADO) axi_fmcadc5_sync_ip.tcl >> axi_fmcadc5_sync_ip.log 2>&1
|
2017-04-24 17:54:37 +00:00
|
|
|
|
|
|
|
####################################################################################
|
|
|
|
####################################################################################
|