aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/lib/ip/complex_to_magphase/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/usrp3/lib/ip/complex_to_magphase/Makefile.inc')
-rw-r--r--fpga/usrp3/lib/ip/complex_to_magphase/Makefile.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/fpga/usrp3/lib/ip/complex_to_magphase/Makefile.inc b/fpga/usrp3/lib/ip/complex_to_magphase/Makefile.inc
new file mode 100644
index 000000000..0223f8be8
--- /dev/null
+++ b/fpga/usrp3/lib/ip/complex_to_magphase/Makefile.inc
@@ -0,0 +1,18 @@
+#
+# Copyright 2015 Ettus Research
+# Copyright 2016 Ettus Research, a National Instruments Company
+#
+# SPDX-License-Identifier: LGPL-3.0-or-later
+#
+
+include $(TOOLS_DIR)/make/viv_ip_builder.mak
+
+LIB_IP_COMPLEX_TO_MAGPHASE_SRCS = $(IP_BUILD_DIR)/complex_to_magphase/complex_to_magphase.xci
+
+LIB_IP_COMPLEX_TO_MAGPHASE_OUTS = $(addprefix $(IP_BUILD_DIR)/complex_to_magphase/, \
+complex_to_magphase.xci.out \
+synth/complex_to_magphase.vhd \
+)
+
+$(LIB_IP_COMPLEX_TO_MAGPHASE_SRCS) $(LIB_IP_COMPLEX_TO_MAGPHASE_OUTS) : $(LIB_IP_DIR)/complex_to_magphase/complex_to_magphase.xci
+ $(call BUILD_VIVADO_IP,complex_to_magphase,$(ARCH),$(PART_ID),$(LIB_IP_DIR),$(IP_BUILD_DIR),0)