From 1c386d4d349451c4c71c7eae0d3b64c8ecb2cee6 Mon Sep 17 00:00:00 2001 From: Rejeesh Kutty Date: Mon, 7 Aug 2017 16:09:20 -0400 Subject: [PATCH] hdlmake.pl- updates --- library/axi_ad9361/Makefile | 1 - library/axi_adc_decimate/Makefile | 1 + library/axi_dac_interpolate/Makefile | 2 ++ library/jesd204/jesd204_tx/Makefile | 2 ++ projects/Makefile | 3 +++ projects/ad738x_fmc/Makefile | 21 +++++++++++++++++++++ projects/arradio/c5soc/Makefile | 1 + 7 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 projects/ad738x_fmc/Makefile diff --git a/library/axi_ad9361/Makefile b/library/axi_ad9361/Makefile index 1cf8319f0..ec02723db 100644 --- a/library/axi_ad9361/Makefile +++ b/library/axi_ad9361/Makefile @@ -26,7 +26,6 @@ M_DEPS += ../common/up_delay_cntrl.v M_DEPS += ../common/up_tdd_cntrl.v M_DEPS += ../common/up_xfer_cntrl.v M_DEPS += ../common/up_xfer_status.v -M_DEPS += ../common/ad_pps_receiver_constr.ttcl M_DEPS += ../scripts/adi_env.tcl M_DEPS += ../scripts/adi_ip.tcl M_DEPS += ../xilinx/common/ad_data_clk.v diff --git a/library/axi_adc_decimate/Makefile b/library/axi_adc_decimate/Makefile index 5517dff8f..4c71d9290 100644 --- a/library/axi_adc_decimate/Makefile +++ b/library/axi_adc_decimate/Makefile @@ -5,6 +5,7 @@ #################################################################################### #################################################################################### +M_DEPS += ../common/ad_iqcor.v M_DEPS += ../common/up_axi.v M_DEPS += ../common/up_xfer_cntrl.v M_DEPS += ../scripts/adi_env.tcl diff --git a/library/axi_dac_interpolate/Makefile b/library/axi_dac_interpolate/Makefile index 253b1ea82..f5ce5311f 100644 --- a/library/axi_dac_interpolate/Makefile +++ b/library/axi_dac_interpolate/Makefile @@ -5,10 +5,12 @@ #################################################################################### #################################################################################### +M_DEPS += ../common/ad_iqcor.v M_DEPS += ../common/up_axi.v M_DEPS += ../common/up_xfer_cntrl.v M_DEPS += ../scripts/adi_env.tcl M_DEPS += ../scripts/adi_ip.tcl +M_DEPS += ../xilinx/common/ad_mul.v M_DEPS += axi_dac_interpolate.v M_DEPS += axi_dac_interpolate_constr.xdc M_DEPS += axi_dac_interpolate_filter.v diff --git a/library/jesd204/jesd204_tx/Makefile b/library/jesd204/jesd204_tx/Makefile index c134d47f9..b0a4b51bb 100644 --- a/library/jesd204/jesd204_tx/Makefile +++ b/library/jesd204/jesd204_tx/Makefile @@ -14,6 +14,7 @@ M_DEPS += tx_ctrl.v M_DEPS += tx_lane.v M_DEPS += ../../jesd204/jesd204_common/jesd204_common.xpr +M_DEPS += ../../util_cdc/util_cdc.xpr M_DEPS += ../../jesd204/interfaces/jesd204_tx_cfg.xml M_DEPS += ../../jesd204/interfaces/jesd204_tx_cfg_rtl.xml @@ -60,6 +61,7 @@ jesd204_tx.xpr: $(M_DEPS) dep: make -C ../../jesd204/jesd204_common/ + make -C ../../util_cdc/ make -C ../../jesd204/interfaces/ #################################################################################### #################################################################################### diff --git a/projects/Makefile b/projects/Makefile index 479ec2921..7700a7fb0 100644 --- a/projects/Makefile +++ b/projects/Makefile @@ -9,6 +9,7 @@ all: -make -C ad5766_sdz all -make -C ad6676evb all + -make -C ad738x_fmc all -make -C ad7616_sdz all -make -C ad77681evb all -make -C ad7768evb all @@ -48,6 +49,7 @@ all: clean: make -C ad5766_sdz clean make -C ad6676evb clean + make -C ad738x_fmc clean make -C ad7616_sdz clean make -C ad77681evb clean make -C ad7768evb clean @@ -87,6 +89,7 @@ clean: clean-all: make -C ad5766_sdz clean-all make -C ad6676evb clean-all + make -C ad738x_fmc clean-all make -C ad7616_sdz clean-all make -C ad77681evb clean-all make -C ad7768evb clean-all diff --git a/projects/ad738x_fmc/Makefile b/projects/ad738x_fmc/Makefile new file mode 100644 index 000000000..141f88d2a --- /dev/null +++ b/projects/ad738x_fmc/Makefile @@ -0,0 +1,21 @@ +#################################################################################### +#################################################################################### +## Copyright 2011(c) Analog Devices, Inc. +## Auto-generated, do not modify! +#################################################################################### +#################################################################################### + +.PHONY: all clean clean-all +all: + -make -C zed all + + +clean: + make -C zed clean + + +clean-all: + make -C zed clean-all + +#################################################################################### +#################################################################################### diff --git a/projects/arradio/c5soc/Makefile b/projects/arradio/c5soc/Makefile index edfd6b1c1..e4ebefb66 100644 --- a/projects/arradio/c5soc/Makefile +++ b/projects/arradio/c5soc/Makefile @@ -69,6 +69,7 @@ M_DEPS += ../../../library/common/ad_dds_sine.v M_DEPS += ../../../library/common/ad_iqcor.v M_DEPS += ../../../library/common/ad_mem.v M_DEPS += ../../../library/common/ad_pnmon.v +M_DEPS += ../../../library/common/ad_pps_receiver.v M_DEPS += ../../../library/common/ad_rst.v M_DEPS += ../../../library/common/ad_tdd_control.v M_DEPS += ../../../library/common/up_adc_channel.v