diff options
author | Matt Ettus <matt@ettus.com> | 2010-04-15 17:55:22 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-04-15 17:55:22 -0700 |
commit | beccd823da07b7c8b8d95b4688c6e05732f66165 (patch) | |
tree | cfa42bcdf17e8abfd89a06266a43f31fb0c1957d /usrp2/top/u1e | |
parent | 449a420f4024004abc49f3a17d224910710def92 (diff) | |
download | uhd-beccd823da07b7c8b8d95b4688c6e05732f66165.tar.gz uhd-beccd823da07b7c8b8d95b4688c6e05732f66165.tar.bz2 uhd-beccd823da07b7c8b8d95b4688c6e05732f66165.zip |
async seems to work with packet lengths now. Still need to do wishbone regs for gpmc
Diffstat (limited to 'usrp2/top/u1e')
-rw-r--r-- | usrp2/top/u1e/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usrp2/top/u1e/Makefile b/usrp2/top/u1e/Makefile index 160e67894..e15a49e10 100644 --- a/usrp2/top/u1e/Makefile +++ b/usrp2/top/u1e/Makefile @@ -176,12 +176,12 @@ timing/time_receiver.v \ timing/time_sender.v \ timing/time_sync.v \ timing/timer.v \ -gpmc/gpmc.v \ +gpmc/gpmc_async.v \ gpmc/edge_sync.v \ gpmc/dbsm.v \ gpmc/gpmc_to_fifo_async.v \ -gpmc/gpmc_to_fifo_sync.v \ -gpmc/fifo_to_gpmc_sync.v \ +gpmc/fifo_to_gpmc_async.v \ +gpmc/fifo_watcher.v \ gpmc/gpmc_wb.v \ top/u1e/u1e_core.v \ top/u1e/u1e.ucf \ |