diff options
author | Josh Blum <josh@joshknows.com> | 2012-07-02 12:52:48 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-07-02 12:52:48 -0700 |
commit | c19e10d790e99cc555510cb121437ba56278c3f6 (patch) | |
tree | 00032c8899062f48165891af35f1e60a320b1ffb /usrp2/gpif/Makefile.srcs | |
parent | 028a2bb6318abc70268e974264c073e4805e55d5 (diff) | |
download | uhd-c19e10d790e99cc555510cb121437ba56278c3f6.tar.gz uhd-c19e10d790e99cc555510cb121437ba56278c3f6.tar.bz2 uhd-c19e10d790e99cc555510cb121437ba56278c3f6.zip |
gpif: squashed GPIF slave fifo work for B100
The control and data enpoints are now both implemented as FIFOs.
Requires another squash of B100 top level to use.
Diffstat (limited to 'usrp2/gpif/Makefile.srcs')
-rw-r--r-- | usrp2/gpif/Makefile.srcs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usrp2/gpif/Makefile.srcs b/usrp2/gpif/Makefile.srcs index 524e3660d..7909fb5ff 100644 --- a/usrp2/gpif/Makefile.srcs +++ b/usrp2/gpif/Makefile.srcs @@ -8,4 +8,6 @@ GPIF_SRCS = $(abspath $(addprefix $(BASE_DIR)/../gpif/, \ packet_reframer.v \ slave_fifo.v \ +fifo36_to_gpmc16.v \ +gpmc16_to_fifo36.v \ )) |