diff options
author | Matt Ettus <matt@ettus.com> | 2010-05-20 00:30:49 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-05-20 00:30:49 -0700 |
commit | c94256034819feb26d739e57e8cf7d3f60539e9c (patch) | |
tree | 3a816fab644bdfad55ab2f3e43dc9d43f97ebfef /usrp2/top/u1e/Makefile | |
parent | b04a1beaab300000ce2d8a5814bd2e37af48286c (diff) | |
download | uhd-c94256034819feb26d739e57e8cf7d3f60539e9c.tar.gz uhd-c94256034819feb26d739e57e8cf7d3f60539e9c.tar.bz2 uhd-c94256034819feb26d739e57e8cf7d3f60539e9c.zip |
combined timed and crc cases. fifo pacer produces/consumes at a fixed rate
Diffstat (limited to 'usrp2/top/u1e/Makefile')
-rw-r--r-- | usrp2/top/u1e/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/top/u1e/Makefile b/usrp2/top/u1e/Makefile index 8622b8480..0277ef4f2 100644 --- a/usrp2/top/u1e/Makefile +++ b/usrp2/top/u1e/Makefile @@ -115,6 +115,7 @@ 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/newfifo/fifo_pacer.v \ control_lib/longfifo.v \ control_lib/shortfifo.v \ control_lib/medfifo.v \ |