2015-04-01 20:26:28 +00:00
|
|
|
####################################################################################
|
|
|
|
####################################################################################
|
|
|
|
## Copyright 2011(c) Analog Devices, Inc.
|
|
|
|
## Auto-generated, do not modify!
|
|
|
|
####################################################################################
|
|
|
|
####################################################################################
|
|
|
|
|
|
|
|
M_DEPS += ../common/up_axi.v
|
2016-12-09 21:06:41 +00:00
|
|
|
M_DEPS += ../scripts/adi_env.tcl
|
|
|
|
M_DEPS += ../scripts/adi_ip.tcl
|
|
|
|
M_DEPS += 2d_transfer.v
|
2015-04-01 20:26:28 +00:00
|
|
|
M_DEPS += address_generator.v
|
2016-12-09 21:06:41 +00:00
|
|
|
M_DEPS += axi_dmac.v
|
|
|
|
M_DEPS += axi_dmac_ip.tcl
|
2015-04-01 20:26:28 +00:00
|
|
|
M_DEPS += axi_register_slice.v
|
2016-12-09 21:06:41 +00:00
|
|
|
M_DEPS += data_mover.v
|
2015-04-01 20:26:28 +00:00
|
|
|
M_DEPS += dest_axi_mm.v
|
|
|
|
M_DEPS += dest_axi_stream.v
|
|
|
|
M_DEPS += dest_fifo_inf.v
|
2016-12-09 21:06:41 +00:00
|
|
|
M_DEPS += request_arb.v
|
|
|
|
M_DEPS += request_generator.v
|
|
|
|
M_DEPS += response_generator.v
|
|
|
|
M_DEPS += response_handler.v
|
|
|
|
M_DEPS += splitter.v
|
2015-04-01 20:26:28 +00:00
|
|
|
M_DEPS += src_axi_mm.v
|
|
|
|
M_DEPS += src_axi_stream.v
|
|
|
|
M_DEPS += src_fifo_inf.v
|
2016-12-09 21:06:41 +00:00
|
|
|
|
2015-05-06 11:58:29 +00:00
|
|
|
M_DEPS += ../util_axis_fifo/util_axis_fifo.xpr
|
2016-12-09 21:06:41 +00:00
|
|
|
M_DEPS += ../util_axis_resize/util_axis_resize.xpr
|
2017-05-18 13:12:01 +00:00
|
|
|
M_DEPS += ../util_cdc/util_cdc.xpr
|
2016-12-09 21:06:41 +00:00
|
|
|
|
|
|
|
M_DEPS += ../interfaces/fifo_rd.xml
|
|
|
|
M_DEPS += ../interfaces/fifo_rd_rtl.xml
|
|
|
|
M_DEPS += ../interfaces/fifo_wr.xml
|
|
|
|
M_DEPS += ../interfaces/fifo_wr_rtl.xml
|
2015-04-01 20:26:28 +00:00
|
|
|
|
2015-04-07 20:32:01 +00:00
|
|
|
M_VIVADO := vivado -mode batch -source
|
2015-04-01 20:26:28 +00:00
|
|
|
|
2015-04-17 14:22:38 +00:00
|
|
|
M_FLIST := *.cache
|
|
|
|
M_FLIST += *.data
|
|
|
|
M_FLIST += *.xpr
|
|
|
|
M_FLIST += *.log
|
|
|
|
M_FLIST += component.xml
|
|
|
|
M_FLIST += *.jou
|
|
|
|
M_FLIST += xgui
|
2016-06-01 17:53:09 +00:00
|
|
|
M_FLIST += *.ip_user_files
|
|
|
|
M_FLIST += *.srcs
|
|
|
|
M_FLIST += *.hw
|
|
|
|
M_FLIST += *.sim
|
2015-04-17 14:22:38 +00:00
|
|
|
M_FLIST += .Xil
|
|
|
|
|
|
|
|
|
|
|
|
|
2015-05-06 11:58:29 +00:00
|
|
|
.PHONY: all dep clean clean-all
|
|
|
|
all: dep axi_dmac.xpr
|
2015-04-01 20:26:28 +00:00
|
|
|
|
|
|
|
|
2015-04-03 08:57:54 +00:00
|
|
|
clean:clean-all
|
|
|
|
|
|
|
|
|
|
|
|
clean-all:
|
2015-04-07 20:32:01 +00:00
|
|
|
rm -rf $(M_FLIST)
|
2015-04-01 20:26:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
axi_dmac.xpr: $(M_DEPS)
|
2016-08-05 12:16:04 +00:00
|
|
|
-rm -rf $(M_FLIST)
|
2015-04-07 20:32:01 +00:00
|
|
|
$(M_VIVADO) axi_dmac_ip.tcl >> axi_dmac_ip.log 2>&1
|
2015-04-01 20:26:28 +00:00
|
|
|
|
2015-05-06 11:58:29 +00:00
|
|
|
dep:
|
2016-08-05 12:16:04 +00:00
|
|
|
make -C ../util_axis_fifo/
|
2016-12-09 21:06:41 +00:00
|
|
|
make -C ../util_axis_resize/
|
2017-05-18 13:12:01 +00:00
|
|
|
make -C ../util_cdc/
|
2015-04-01 20:26:28 +00:00
|
|
|
####################################################################################
|
|
|
|
####################################################################################
|