diff options
author | Ian Buckley <ianb@server2.(none)> | 2010-07-29 21:25:26 -0700 |
---|---|---|
committer | Ian Buckley <ianb@server2.(none)> | 2010-07-29 21:25:26 -0700 |
commit | 8cd762bdbcbd6a43a2fcc1c0b523cc14bfd7ab69 (patch) | |
tree | ae72deb4fb98b50438fc660a081dbf89fffbebd5 /usrp2/extramfifo/Makefile.srcs | |
parent | 886606f55da066b66d214e512a2226b19a1073df (diff) | |
download | uhd-8cd762bdbcbd6a43a2fcc1c0b523cc14bfd7ab69.tar.gz uhd-8cd762bdbcbd6a43a2fcc1c0b523cc14bfd7ab69.tar.bz2 uhd-8cd762bdbcbd6a43a2fcc1c0b523cc14bfd7ab69.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.srcs | 16 |
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 \ +)) |