diff options
author | Matt Ettus <matt@ettus.com> | 2010-06-01 15:50:06 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-06-01 15:50:06 -0700 |
commit | e5bc7a493252753ad9ddf6799e986fa19841221a (patch) | |
tree | a29c2c9abce2d3927d728c483b7805ac1535633f /usrp2/top/u1e/Makefile | |
parent | f1e7a07ff6843a0b1d41afb11a7895183329a436 (diff) | |
download | uhd-e5bc7a493252753ad9ddf6799e986fa19841221a.tar.gz uhd-e5bc7a493252753ad9ddf6799e986fa19841221a.tar.bz2 uhd-e5bc7a493252753ad9ddf6799e986fa19841221a.zip |
vita49 tx and rx added in, all sample rates now at main system clock rate.
Diffstat (limited to 'usrp2/top/u1e/Makefile')
-rw-r--r-- | usrp2/top/u1e/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usrp2/top/u1e/Makefile b/usrp2/top/u1e/Makefile index 0277ef4f2..7f5085275 100644 --- a/usrp2/top/u1e/Makefile +++ b/usrp2/top/u1e/Makefile @@ -189,6 +189,11 @@ gpmc/gpmc_to_fifo_async.v \ gpmc/fifo_to_gpmc_async.v \ gpmc/fifo_watcher.v \ gpmc/gpmc_wb.v \ +vrt/vita_rx_control.v \ +vrt/vita_rx_framer.v \ +vrt/vita_tx_control.v \ +vrt/vita_tx_deframer.v \ +timing/time_compare.v \ top/u1e/u1e_core.v \ top/u1e/u1e.ucf \ top/u1e/timing.ucf \ |