diff options
author | Matt Ettus <matt@ettus.com> | 2010-05-12 18:51:33 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-05-12 18:51:33 -0700 |
commit | b04a1beaab300000ce2d8a5814bd2e37af48286c (patch) | |
tree | 980333c397bcd16a5f99278c2cbf3b5be101abe8 /usrp2/top/u1e/Makefile | |
parent | ed48630974fb8cbdc3b863b13d4e7d7e8fe31434 (diff) | |
download | uhd-b04a1beaab300000ce2d8a5814bd2e37af48286c.tar.gz uhd-b04a1beaab300000ce2d8a5814bd2e37af48286c.tar.bz2 uhd-b04a1beaab300000ce2d8a5814bd2e37af48286c.zip |
moved fifos into gpmc_async, reorganized top level a bit, added in crc packet gen and test
Diffstat (limited to 'usrp2/top/u1e/Makefile')
-rw-r--r-- | usrp2/top/u1e/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usrp2/top/u1e/Makefile b/usrp2/top/u1e/Makefile index 2aebb33f9..8622b8480 100644 --- a/usrp2/top/u1e/Makefile +++ b/usrp2/top/u1e/Makefile @@ -111,6 +111,10 @@ control_lib/newfifo/fifo_cascade.v \ control_lib/newfifo/fifo36_to_ll8.v \ control_lib/newfifo/fifo36_to_fifo18.v \ control_lib/newfifo/fifo19_to_fifo36.v \ +control_lib/newfifo/packet_generator.v \ +control_lib/newfifo/packet_verifier.v \ +control_lib/newfifo/packet_generator32.v \ +control_lib/newfifo/packet_verifier32.v \ control_lib/longfifo.v \ control_lib/shortfifo.v \ control_lib/medfifo.v \ |