diff options
author | Wade Fife <wade.fife@ettus.com> | 2021-12-07 15:03:18 -0600 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2022-02-07 13:08:11 -0700 |
commit | e88c447a1a890a38ee875c14ab55a713056709b9 (patch) | |
tree | 83c69a821f5544e5a1d5727f30ec50f6c94e3724 /fpga/usrp3/top/x400/ip/Makefile.inc | |
parent | eb908800671f33657f6bc3373ea4174875a9e01f (diff) | |
download | uhd-e88c447a1a890a38ee875c14ab55a713056709b9.tar.gz uhd-e88c447a1a890a38ee875c14ab55a713056709b9.tar.bz2 uhd-e88c447a1a890a38ee875c14ab55a713056709b9.zip |
fpga: x400: Add axi_inter_2x128_512_bd IP
Diffstat (limited to 'fpga/usrp3/top/x400/ip/Makefile.inc')
-rw-r--r-- | fpga/usrp3/top/x400/ip/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fpga/usrp3/top/x400/ip/Makefile.inc b/fpga/usrp3/top/x400/ip/Makefile.inc index 7904740f9..40ec71b9a 100644 --- a/fpga/usrp3/top/x400/ip/Makefile.inc +++ b/fpga/usrp3/top/x400/ip/Makefile.inc @@ -9,6 +9,7 @@ include $(IP_DIR)/x4xx_ps_rfdc_bd/Makefile.inc include $(IP_DIR)/axi_interconnect_app_bd/Makefile.inc include $(IP_DIR)/axi_interconnect_eth_bd/Makefile.inc include $(IP_DIR)/axi_interconnect_dma_bd/Makefile.inc +include $(IP_DIR)/axi_inter_2x128_512_bd/Makefile.inc include $(IP_DIR)/ddr4_64bits/Makefile.inc include $(IP_DIR)/adc_100m_bd/Makefile.inc include $(IP_DIR)/adc_400m_bd/Makefile.inc @@ -30,6 +31,7 @@ $(IP_AXI_INTERCONNECT_ETH_BD_SRCS) \ $(IP_AXI_INTERCONNECT_ETH_HDL_SRCS) \ $(IP_AXI_INTERCONNECT_DMA_BD_SRCS) \ $(IP_AXI_INTERCONNECT_DMA_HDL_SRCS) \ +$(IP_AXI_INTER_2X128_512_BD_SRCS) \ $(IP_ADC_100M_BD_SRCS) \ $(IP_ADC_100M_HDL_SRCS) \ $(IP_DAC_100M_BD_SRCS) \ @@ -57,6 +59,7 @@ $(BD_X4XX_PS_RFDC_BD_OUTS) \ $(BD_AXI_INTERCONNECT_APP_BD_OUTS) \ $(BD_AXI_INTERCONNECT_ETH_BD_OUTS) \ $(BD_AXI_INTERCONNECT_DMA_BD_OUTS) \ +$(BD_AXI_INTER_2X128_512_BD_OUTS) \ $(BD_ADC_100M_BD_OUTS) \ $(BD_ADC_400M_BD_OUTS) \ $(BD_DAC_100M_BD_OUTS) \ |