From 0df4b801a34697f2058b4a7b95e08d2a0576c9db Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Thu, 10 Oct 2013 10:17:27 -0700 Subject: Squashed B200 FPGA Source. Code from Josh Blum, Ian Buckley, and Matt Ettus. --- fpga/usrp3/lib/fifo/Makefile.srcs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 fpga/usrp3/lib/fifo/Makefile.srcs (limited to 'fpga/usrp3/lib/fifo/Makefile.srcs') diff --git a/fpga/usrp3/lib/fifo/Makefile.srcs b/fpga/usrp3/lib/fifo/Makefile.srcs new file mode 100644 index 000000000..ffe2484f8 --- /dev/null +++ b/fpga/usrp3/lib/fifo/Makefile.srcs @@ -0,0 +1,20 @@ +# +# Copyright 2012-2013 Ettus Research LLC +# + +################################################## +# FIFO Sources +################################################## +FIFO_SRCS = $(abspath $(addprefix $(BASE_DIR)/../lib/fifo/, \ +axi_mux4.v \ +axi_mux8.v \ +axi_demux4.v \ +axi_demux8.v \ +axi_fifo_short.v \ +axi_packet_gate.v \ +axi_fifo.v \ +axi_fifo64_to_fifo32.v \ +axi_fifo32_to_fifo64.v \ +axi_fifo_2clk.v \ +axi_loopback.v \ +)) -- cgit v1.2.3