diff options
author | Wade Fife <wade.fife@ettus.com> | 2022-01-27 07:59:02 -0600 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2022-02-07 13:08:11 -0700 |
commit | 129440913803de793b82ddbd7b6f5605dacb8aa3 (patch) | |
tree | d090e7bd9686963e0ef18361aeeba00803c78e23 /fpga/usrp3/top/x400/ip/Makefile.inc | |
parent | e88c447a1a890a38ee875c14ab55a713056709b9 (diff) | |
download | uhd-129440913803de793b82ddbd7b6f5605dacb8aa3.tar.gz uhd-129440913803de793b82ddbd7b6f5605dacb8aa3.tar.bz2 uhd-129440913803de793b82ddbd7b6f5605dacb8aa3.zip |
fpga: x400: Add axi_inter_4x64_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 40ec71b9a..45a50149f 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_4x64_512_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 @@ -31,6 +32,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_4X64_512_BD_SRCS) \ $(IP_AXI_INTER_2X128_512_BD_SRCS) \ $(IP_ADC_100M_BD_SRCS) \ $(IP_ADC_100M_HDL_SRCS) \ @@ -59,6 +61,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_4x64_512_BD_OUTS) \ $(BD_AXI_INTER_2X128_512_BD_OUTS) \ $(BD_ADC_100M_BD_OUTS) \ $(BD_ADC_400M_BD_OUTS) \ |