hdlmake.pl- updates

main
Rejeesh Kutty 2017-08-07 16:09:20 -04:00
parent 2b84fbb3b3
commit 1c386d4d34
7 changed files with 30 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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/
####################################################################################
####################################################################################

View File

@ -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

View File

@ -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
####################################################################################
####################################################################################

View File

@ -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