aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/top/x400/ip/ddr4_64bits/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/usrp3/top/x400/ip/ddr4_64bits/Makefile.inc')
-rw-r--r--fpga/usrp3/top/x400/ip/ddr4_64bits/Makefile.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/fpga/usrp3/top/x400/ip/ddr4_64bits/Makefile.inc b/fpga/usrp3/top/x400/ip/ddr4_64bits/Makefile.inc
new file mode 100644
index 000000000..4b3ebada2
--- /dev/null
+++ b/fpga/usrp3/top/x400/ip/ddr4_64bits/Makefile.inc
@@ -0,0 +1,18 @@
+#
+# Copyright 2021 Ettus Research, a National Instruments Brand
+#
+# SPDX-License-Identifier: LGPL-3.0-or-later
+#
+
+include $(TOOLS_DIR)/make/viv_ip_builder.mak
+
+IP_DDR4_64BITS_SRCS = \
+$(IP_BUILD_DIR)/ddr4_64bits/ddr4_64bits.xci
+
+IP_DDR4_64BITS_OUTS = $(addprefix $(IP_BUILD_DIR)/ddr4_64bits/, \
+ddr4_64bits.xci.out \
+)
+
+
+$(IP_DDR4_64BITS_SRCS) $(IP_DDR4_64BITS_OUTS) : $(IP_DIR)/ddr4_64bits/ddr4_64bits.xci
+ $(call BUILD_VIVADO_IP,ddr4_64bits,$(ARCH),$(PART_ID),$(IP_DIR),$(IP_BUILD_DIR),0)