aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/lib/rfnoc/crossbar/Makefile.srcs
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/usrp3/lib/rfnoc/crossbar/Makefile.srcs')
-rw-r--r--fpga/usrp3/lib/rfnoc/crossbar/Makefile.srcs25
1 files changed, 25 insertions, 0 deletions
diff --git a/fpga/usrp3/lib/rfnoc/crossbar/Makefile.srcs b/fpga/usrp3/lib/rfnoc/crossbar/Makefile.srcs
new file mode 100644
index 000000000..6fa49cd04
--- /dev/null
+++ b/fpga/usrp3/lib/rfnoc/crossbar/Makefile.srcs
@@ -0,0 +1,25 @@
+#
+# Copyright 2018 Ettus Research, a National Instruments Company
+#
+# SPDX-License-Identifier: LGPL-3.0-or-later
+#
+
+##################################################
+# Crossbar Sources
+##################################################
+RFNOC_XBAR_SRCS = $(abspath $(addprefix $(BASE_DIR)/../lib/rfnoc/crossbar/, \
+axis_ctrl_crossbar_2d_mesh.v \
+axis_ctrl_crossbar_nxn.v \
+torus_2d_dor_router_single_sw.v \
+mesh_2d_dor_router_single_sw.v \
+axis_ingress_vc_buff.v \
+axis_switch.v \
+axis_port_terminator.v \
+chdr_crossbar_nxn.v \
+chdr_xb_ingress_buff.v \
+chdr_xb_routing_table.v \
+))
+
+# Unused sources
+# torus_2d_dor_router_multi_sw.v \
+# mesh_2d_dor_router_multi_sw.v \