Makefiles: Updated Makefiles
- for altera projects, taken into consideration of the new location for common qsys files - for fmcomms5, added wfifo dependency - for daq3, added mfifo dependencymain
parent
36febf8591
commit
159f6c1216
|
@ -9,8 +9,11 @@ M_DEPS += system_top.v
|
|||
M_DEPS += system_project.tcl
|
||||
M_DEPS += system_constr.sdc
|
||||
M_DEPS += system_bd.qsys
|
||||
M_DEPS += ../common/arradio_bd.qsys
|
||||
M_DEPS += ../../scripts/adi_env.tcl
|
||||
M_DEPS += ../../common/c5soc/c5soc_system_assign.tcl
|
||||
M_DEPS += ../../common/c5soc/c5soc_system_bd.qsys
|
||||
M_DEPS += "../../common/c5soc/c5soc_system_assign.tcl"
|
||||
M_DEPS += "../../../library/common/ad_iobuf.v"
|
||||
M_DEPS += ../../../library/axi_ad9361/axi_ad9361.v
|
||||
M_DEPS += ../../../library/axi_ad9361/axi_ad9361_alt_lvds_rx.v
|
||||
M_DEPS += ../../../library/axi_ad9361/axi_ad9361_alt_lvds_tx.v
|
||||
|
@ -70,13 +73,19 @@ M_DEPS += ../../../library/common/up_delay_cntrl.v
|
|||
M_DEPS += ../../../library/common/up_tdd_cntrl.v
|
||||
M_DEPS += ../../../library/common/up_xfer_cntrl.v
|
||||
M_DEPS += ../../../library/common/up_xfer_status.v
|
||||
M_DEPS += ../../../library/util_adc_pack/util_adc_pack.v
|
||||
M_DEPS += ../../../library/util_adc_pack/util_adc_pack_hw.tcl
|
||||
M_DEPS += ../../../library/util_axis_fifo/address_gray.v
|
||||
M_DEPS += ../../../library/util_axis_fifo/address_gray_pipelined.v
|
||||
M_DEPS += ../../../library/util_axis_fifo/address_sync.v
|
||||
M_DEPS += ../../../library/util_axis_fifo/util_axis_fifo.v
|
||||
M_DEPS += ../../../library/util_axis_resize/util_axis_resize.v
|
||||
M_DEPS += ../../../library/util_cpack/util_cpack.v
|
||||
M_DEPS += ../../../library/util_cpack/util_cpack_dsf.v
|
||||
M_DEPS += ../../../library/util_cpack/util_cpack_hw.tcl
|
||||
M_DEPS += ../../../library/util_cpack/util_cpack_mux.v
|
||||
M_DEPS += ../../../library/util_upack/util_upack.v
|
||||
M_DEPS += ../../../library/util_upack/util_upack_dmx.v
|
||||
M_DEPS += ../../../library/util_upack/util_upack_dsf.v
|
||||
M_DEPS += ../../../library/util_upack/util_upack_hw.tcl
|
||||
|
||||
|
||||
M_ALTERA := quartus_sh --64bit -t
|
||||
|
|
|
@ -10,11 +10,11 @@ M_DEPS += system_project.tcl
|
|||
M_DEPS += system_constr.sdc
|
||||
M_DEPS += system_bd.qsys
|
||||
M_DEPS += ../common/daq2_spi.v
|
||||
M_DEPS += ../common/daq2_bd.qsys
|
||||
M_DEPS += ../../scripts/adi_env.tcl
|
||||
M_DEPS += ../../common/a10gx/a10gx_system_assign.tcl
|
||||
M_DEPS += ../../../projects/daq2/common/daq2_bd.qsys
|
||||
M_DEPS += ../../../projects/common/a10gx/a10gx_system_bd.qsys
|
||||
M_DEPS += ../../../library/common/ad_iobuf.v
|
||||
M_DEPS += ../../common/a10gx/a10gx_system_bd.qsys
|
||||
M_DEPS += "../../common/a10gx/a10gx_system_assign.tcl"
|
||||
M_DEPS += "../../../library/common/ad_iobuf.v"
|
||||
M_DEPS += ../../../library/axi_ad9144/axi_ad9144.v
|
||||
M_DEPS += ../../../library/axi_ad9144/axi_ad9144_channel.v
|
||||
M_DEPS += ../../../library/axi_ad9144/axi_ad9144_core.v
|
||||
|
|
|
@ -33,6 +33,7 @@ M_DEPS += ../../../library/util_adcfifo/util_adcfifo.xpr
|
|||
M_DEPS += ../../../library/util_cpack/util_cpack.xpr
|
||||
M_DEPS += ../../../library/util_dacfifo/util_dacfifo.xpr
|
||||
M_DEPS += ../../../library/util_jesd_gt/util_jesd_gt.xpr
|
||||
M_DEPS += ../../../library/util_mfifo/util_mfifo.xpr
|
||||
M_DEPS += ../../../library/util_upack/util_upack.xpr
|
||||
|
||||
M_VIVADO := vivado -mode batch -source
|
||||
|
@ -71,6 +72,7 @@ clean-all:clean
|
|||
make -C ../../../library/util_cpack clean
|
||||
make -C ../../../library/util_dacfifo clean
|
||||
make -C ../../../library/util_jesd_gt clean
|
||||
make -C ../../../library/util_mfifo clean
|
||||
make -C ../../../library/util_upack clean
|
||||
|
||||
|
||||
|
@ -92,6 +94,7 @@ lib:
|
|||
make -C ../../../library/util_cpack
|
||||
make -C ../../../library/util_dacfifo
|
||||
make -C ../../../library/util_jesd_gt
|
||||
make -C ../../../library/util_mfifo
|
||||
make -C ../../../library/util_upack
|
||||
|
||||
####################################################################################
|
||||
|
|
|
@ -10,11 +10,11 @@ M_DEPS += system_project.tcl
|
|||
M_DEPS += system_constr.sdc
|
||||
M_DEPS += system_bd.qsys
|
||||
M_DEPS += ../common/fmcjesdadc1_spi.v
|
||||
M_DEPS += ../common/fmcjesdadc1_bd.qsys
|
||||
M_DEPS += ../../scripts/adi_env.tcl
|
||||
M_DEPS += ../../common/a5gt/a5gt_system_assign.tcl
|
||||
M_DEPS += ../../../projects/fmcjesdadc1/common/fmcjesdadc1_bd.qsys
|
||||
M_DEPS += ../../../projects/common/a5gt/a5gt_system_bd.qsys
|
||||
M_DEPS += ../../../library/common/ad_iobuf.v
|
||||
M_DEPS += ../../common/a5gt/a5gt_system_bd.qsys
|
||||
M_DEPS += "../../common/a5gt/a5gt_system_assign.tcl"
|
||||
M_DEPS += "../../../library/common/ad_iobuf.v"
|
||||
M_DEPS += ../../../library/axi_ad9250/axi_ad9250.v
|
||||
M_DEPS += ../../../library/axi_ad9250/axi_ad9250_channel.v
|
||||
M_DEPS += ../../../library/axi_ad9250/axi_ad9250_hw.tcl
|
||||
|
|
|
@ -10,11 +10,11 @@ M_DEPS += system_project.tcl
|
|||
M_DEPS += system_constr.sdc
|
||||
M_DEPS += system_bd.qsys
|
||||
M_DEPS += ../common/fmcjesdadc1_spi.v
|
||||
M_DEPS += ../common/fmcjesdadc1_bd.qsys
|
||||
M_DEPS += ../../scripts/adi_env.tcl
|
||||
M_DEPS += ../../common/a5soc/a5soc_system_assign.tcl
|
||||
M_DEPS += ../../../projects/fmcjesdadc1/common/fmcjesdadc1_bd.qsys
|
||||
M_DEPS += ../../../projects/common/a5soc/a5soc_system_bd.qsys
|
||||
M_DEPS += ../../../library/common/ad_iobuf.v
|
||||
M_DEPS += ../../common/a5soc/a5soc_system_bd.qsys
|
||||
M_DEPS += "../../common/a5soc/a5soc_system_assign.tcl"
|
||||
M_DEPS += "../../../library/common/ad_iobuf.v"
|
||||
M_DEPS += ../../../library/axi_ad9250/axi_ad9250.v
|
||||
M_DEPS += ../../../library/axi_ad9250/axi_ad9250_channel.v
|
||||
M_DEPS += ../../../library/axi_ad9250/axi_ad9250_hw.tcl
|
||||
|
|
|
@ -23,6 +23,7 @@ M_DEPS += ../../../library/axi_hdmi_tx/axi_hdmi_tx.xpr
|
|||
M_DEPS += ../../../library/axi_spdif_tx/axi_spdif_tx.xpr
|
||||
M_DEPS += ../../../library/util_cpack/util_cpack.xpr
|
||||
M_DEPS += ../../../library/util_upack/util_upack.xpr
|
||||
M_DEPS += ../../../library/util_wfifo/util_wfifo.xpr
|
||||
|
||||
M_VIVADO := vivado -mode batch -source
|
||||
|
||||
|
@ -55,6 +56,7 @@ clean-all:clean
|
|||
make -C ../../../library/axi_spdif_tx clean
|
||||
make -C ../../../library/util_cpack clean
|
||||
make -C ../../../library/util_upack clean
|
||||
make -C ../../../library/util_wfifo clean
|
||||
|
||||
|
||||
fmcomms5_zc702.sdk/system_top.hdf: $(M_DEPS)
|
||||
|
@ -70,6 +72,7 @@ lib:
|
|||
make -C ../../../library/axi_spdif_tx
|
||||
make -C ../../../library/util_cpack
|
||||
make -C ../../../library/util_upack
|
||||
make -C ../../../library/util_wfifo
|
||||
|
||||
####################################################################################
|
||||
####################################################################################
|
||||
|
|
|
@ -23,6 +23,7 @@ M_DEPS += ../../../library/axi_hdmi_tx/axi_hdmi_tx.xpr
|
|||
M_DEPS += ../../../library/axi_spdif_tx/axi_spdif_tx.xpr
|
||||
M_DEPS += ../../../library/util_cpack/util_cpack.xpr
|
||||
M_DEPS += ../../../library/util_upack/util_upack.xpr
|
||||
M_DEPS += ../../../library/util_wfifo/util_wfifo.xpr
|
||||
|
||||
M_VIVADO := vivado -mode batch -source
|
||||
|
||||
|
@ -55,6 +56,7 @@ clean-all:clean
|
|||
make -C ../../../library/axi_spdif_tx clean
|
||||
make -C ../../../library/util_cpack clean
|
||||
make -C ../../../library/util_upack clean
|
||||
make -C ../../../library/util_wfifo clean
|
||||
|
||||
|
||||
fmcomms5_zc706.sdk/system_top.hdf: $(M_DEPS)
|
||||
|
@ -70,6 +72,7 @@ lib:
|
|||
make -C ../../../library/axi_spdif_tx
|
||||
make -C ../../../library/util_cpack
|
||||
make -C ../../../library/util_upack
|
||||
make -C ../../../library/util_wfifo
|
||||
|
||||
####################################################################################
|
||||
####################################################################################
|
||||
|
|
Loading…
Reference in New Issue