diff options
author | Matt Ettus <matt@ettus.com> | 2010-04-14 19:14:46 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-04-14 19:14:46 -0700 |
commit | 108109e649397147ecf6f5d6b82bdb3d5b852539 (patch) | |
tree | f474cd8d19747e3a117820247cc8c5f5a4d0b013 /usrp2/top | |
parent | 204c591cd478958b4e2ddea4c61d3908d9520bbe (diff) | |
download | uhd-108109e649397147ecf6f5d6b82bdb3d5b852539.tar.gz uhd-108109e649397147ecf6f5d6b82bdb3d5b852539.tar.bz2 uhd-108109e649397147ecf6f5d6b82bdb3d5b852539.zip |
more progress on synchronous interface
Diffstat (limited to 'usrp2/top')
-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 ca4d9ce89..057de64cf 100644 --- a/usrp2/top/u1e/Makefile +++ b/usrp2/top/u1e/Makefile @@ -179,6 +179,7 @@ gpmc/gpmc.v \ gpmc/edge_sync.v \ gpmc/dbsm.v \ gpmc/gpmc_to_fifo_async.v \ +gpmc/gpmc_to_fifo_sync.v \ gpmc/gpmc_wb.v \ top/u1e/u1e_core.v \ top/u1e/u1e.ucf \ |