diff options
author | Matt Ettus <matt@ettus.com> | 2009-11-05 16:05:32 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2009-11-05 16:05:32 -0800 |
commit | a14a987ea5781d457aac1d7aca6937b27aaa53e0 (patch) | |
tree | 877330f86c62b1d7d02a5bc5a56e2987e90e1d14 /top/u2_rev3 | |
parent | 75f85f71aa34e5cd08feb983a2ff98f5a24bc1d2 (diff) | |
download | uhd-a14a987ea5781d457aac1d7aca6937b27aaa53e0.tar.gz uhd-a14a987ea5781d457aac1d7aca6937b27aaa53e0.tar.bz2 uhd-a14a987ea5781d457aac1d7aca6937b27aaa53e0.zip |
vita rx instead of rx_control. Ready for firmware testing. Misses timing by a little bit, will worry later.
Diffstat (limited to 'top/u2_rev3')
-rw-r--r-- | top/u2_rev3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/top/u2_rev3/Makefile b/top/u2_rev3/Makefile index 8b18550d1..a6fcc36f0 100644 --- a/top/u2_rev3/Makefile +++ b/top/u2_rev3/Makefile @@ -84,6 +84,8 @@ control_lib/wb_bridge_16_32.v \ control_lib/reset_sync.v \ control_lib/priority_enc.v \ control_lib/pic.v \ +vrt/vita_rx_control.v \ +vrt/vita_rx_framer.v \ simple_gemac/simple_gemac_wrapper.v \ simple_gemac/simple_gemac.v \ simple_gemac/simple_gemac_wb.v \ @@ -172,6 +174,7 @@ serdes/serdes_fc_tx.v \ serdes/serdes_rx.v \ serdes/serdes_tx.v \ timing/time_64bit.v \ +timing/time_compare.v \ timing/time_receiver.v \ timing/time_sender.v \ timing/time_sync.v \ |