diff --git a/projects/fmcomms2/a10gx/Makefile b/projects/fmcomms2/a10gx/Makefile index 6011b3a7a..51fde8d74 100644 --- a/projects/fmcomms2/a10gx/Makefile +++ b/projects/fmcomms2/a10gx/Makefile @@ -19,8 +19,8 @@ M_DEPS += ../common/fmcomms2_qsys.tcl M_DEPS += ../../scripts/adi_env.tcl M_DEPS += ../../common/a10gx/a10gx_system_qsys.tcl M_DEPS += ../../common/a10gx/a10gx_system_assign.tcl -M_DEPS += ../../../altera/axi_ad9361_cmos_if.v -M_DEPS += ../../../altera/axi_ad9361_lvds_if.v +M_DEPS += ../../../library/axi_ad9361/altera/axi_ad9361_cmos_if.v +M_DEPS += ../../../library/axi_ad9361/altera/axi_ad9361_lvds_if.v M_DEPS += ../../../library/altera/common/ad_cmos_clk.v M_DEPS += ../../../library/altera/common/ad_cmos_in.v M_DEPS += ../../../library/altera/common/ad_cmos_out.v diff --git a/projects/fmcomms2/a10gx/system_qsys.tcl b/projects/fmcomms2/a10gx/system_qsys.tcl index 07a5e1a90..04e76cacf 100644 --- a/projects/fmcomms2/a10gx/system_qsys.tcl +++ b/projects/fmcomms2/a10gx/system_qsys.tcl @@ -1,5 +1,4 @@ -source ../../scripts/adi_env.tcl source $ad_hdl_dir/projects/common/a10gx/a10gx_system_qsys.tcl source ../common/fmcomms2_qsys.tcl