diff options
author | Matt Ettus <matt@ettus.com> | 2010-10-25 17:00:18 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-05-26 17:31:20 -0700 |
commit | a9f3336efeec5936ddfaf7f37344700cf79b3243 (patch) | |
tree | 66670c204f4532c72baf4e67bfb84b8afbb1fe76 /usrp2/fifo | |
parent | 0ce67c4b8512f66978402271e2487223ec012c7b (diff) | |
download | uhd-a9f3336efeec5936ddfaf7f37344700cf79b3243.tar.gz uhd-a9f3336efeec5936ddfaf7f37344700cf79b3243.tar.bz2 uhd-a9f3336efeec5936ddfaf7f37344700cf79b3243.zip |
add padding into gpif response path
Diffstat (limited to 'usrp2/fifo')
-rw-r--r-- | usrp2/fifo/Makefile.srcs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/fifo/Makefile.srcs b/usrp2/fifo/Makefile.srcs index 31b1f505a..7e6a231ae 100644 --- a/usrp2/fifo/Makefile.srcs +++ b/usrp2/fifo/Makefile.srcs @@ -34,4 +34,5 @@ packet_generator32.v \ packet_generator.v \ packet_verifier32.v \ packet_verifier.v \ +fifo19_pad.v \ )) |