diff options
author | Josh Blum <josh@joshknows.com> | 2012-07-02 13:17:21 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-07-16 20:36:45 -0700 |
commit | 3e87c6ba2f4de72926cefa6aa833cb0f2191f053 (patch) | |
tree | 39cdc21be970bf1e6439b455cb7e2a6918645fa7 /usrp2/gpmc/Makefile.srcs | |
parent | febc5e2a684312f9a050bcf58fd13b2b42f38047 (diff) | |
download | uhd-3e87c6ba2f4de72926cefa6aa833cb0f2191f053.tar.gz uhd-3e87c6ba2f4de72926cefa6aa833cb0f2191f053.tar.bz2 uhd-3e87c6ba2f4de72926cefa6aa833cb0f2191f053.zip |
gpmc: squashed GPMC FIFO work for E100
The control and data slaves are now both implemented as FIFOs.
Requires another squash of E100 top level to use.
Diffstat (limited to 'usrp2/gpmc/Makefile.srcs')
-rw-r--r-- | usrp2/gpmc/Makefile.srcs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usrp2/gpmc/Makefile.srcs b/usrp2/gpmc/Makefile.srcs index 4c6a1b4a2..39b37db58 100644 --- a/usrp2/gpmc/Makefile.srcs +++ b/usrp2/gpmc/Makefile.srcs @@ -1,5 +1,5 @@ # -# Copyright 2010-2011 Ettus Research LLC +# Copyright 2010-2012 Ettus Research LLC # ################################################## @@ -10,5 +10,4 @@ cross_clock_reader.v \ fifo_to_gpmc.v \ gpmc.v \ gpmc_to_fifo.v \ -gpmc_wb.v \ )) |