summaryrefslogtreecommitdiffstats
path: root/usrp2/extramfifo/Makefile.srcs
diff options
context:
space:
mode:
authorIan Buckley <ianb@server2.(none)>2010-07-29 21:25:26 -0700
committerMatt Ettus <matt@ettus.com>2010-11-11 11:36:09 -0800
commitfb73ea172526319803756b985dd3c104881304b1 (patch)
tree5f5a6d4da4f24a317395c86586e49ec6b9bb414a /usrp2/extramfifo/Makefile.srcs
parentd0742cf2a5285ed08d49e16948d8227414247f6a (diff)
downloaduhd-fb73ea172526319803756b985dd3c104881304b1.tar.gz
uhd-fb73ea172526319803756b985dd3c104881304b1.tar.bz2
uhd-fb73ea172526319803756b985dd3c104881304b1.zip
Checkpoint checkin.
Loopback is running via the external ZBT SRAM...HOWEVER, its not running well, its stable but the data is corrupted sometimes. Not clear if its a logic or AC timing/SI issue yet.
Diffstat (limited to 'usrp2/extramfifo/Makefile.srcs')
-rw-r--r--usrp2/extramfifo/Makefile.srcs16
1 files changed, 16 insertions, 0 deletions
diff --git a/usrp2/extramfifo/Makefile.srcs b/usrp2/extramfifo/Makefile.srcs
new file mode 100644
index 000000000..7cd49f4f6
--- /dev/null
+++ b/usrp2/extramfifo/Makefile.srcs
@@ -0,0 +1,16 @@
+#
+# Copyright 2010 Ettus Research LLC
+#
+
+##################################################
+# Extram Sources
+##################################################
+EXTRAM_SRCS = $(abspath $(addprefix $(BASE_DIR)/../extramfifo/, \
+ext_fifo.v \
+nobl_if.v \
+nobl_fifo.v \
+icon.v \
+icon.xco \
+ila.v \
+ila.xco \
+))