diff options
author | Matt Ettus <matt@ettus.com> | 2010-04-15 12:52:18 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-04-15 12:52:18 -0700 |
commit | 7d00d3a7b93d53b2f60107f0e43645d35788cf2f (patch) | |
tree | 76990f89b1992bf007411522b285b7e6c30745e4 /usrp2/top/u1e/Makefile | |
parent | f89ed91930f5933c827726d17b8c5b0313b6c297 (diff) | |
download | uhd-7d00d3a7b93d53b2f60107f0e43645d35788cf2f.tar.gz uhd-7d00d3a7b93d53b2f60107f0e43645d35788cf2f.tar.bz2 uhd-7d00d3a7b93d53b2f60107f0e43645d35788cf2f.zip |
handle all tri-state in the top level of gpmc
Diffstat (limited to 'usrp2/top/u1e/Makefile')
-rw-r--r-- | usrp2/top/u1e/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usrp2/top/u1e/Makefile b/usrp2/top/u1e/Makefile index 057de64cf..160e67894 100644 --- a/usrp2/top/u1e/Makefile +++ b/usrp2/top/u1e/Makefile @@ -109,6 +109,7 @@ control_lib/newfifo/fifo_short.v \ control_lib/newfifo/fifo_long.v \ control_lib/newfifo/fifo_cascade.v \ control_lib/newfifo/fifo36_to_ll8.v \ +control_lib/newfifo/fifo36_to_fifo18.v \ control_lib/newfifo/fifo19_to_fifo36.v \ control_lib/longfifo.v \ control_lib/shortfifo.v \ @@ -180,6 +181,7 @@ 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/gpmc_wb.v \ top/u1e/u1e_core.v \ top/u1e/u1e.ucf \ |