diff options
author | Matt Ettus <matt@ettus.com> | 2009-12-09 23:44:32 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2009-12-09 23:44:32 -0800 |
commit | 7d8c41d63c07658c0ecf93420996e7a84ecf7bce (patch) | |
tree | e9f02532068f378f737a396f58b1a2da626cf40f /top/u2_rev3 | |
parent | 03ecbc575d4aac0986fbf081f5d27a4ec877437b (diff) | |
download | uhd-7d8c41d63c07658c0ecf93420996e7a84ecf7bce.tar.gz uhd-7d8c41d63c07658c0ecf93420996e7a84ecf7bce.tar.bz2 uhd-7d8c41d63c07658c0ecf93420996e7a84ecf7bce.zip |
First cut at vita tx, whole thing compiles
Diffstat (limited to 'top/u2_rev3')
-rw-r--r-- | top/u2_rev3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/top/u2_rev3/Makefile b/top/u2_rev3/Makefile index a6fcc36f0..1f8bbe304 100644 --- a/top/u2_rev3/Makefile +++ b/top/u2_rev3/Makefile @@ -86,6 +86,8 @@ control_lib/priority_enc.v \ control_lib/pic.v \ vrt/vita_rx_control.v \ vrt/vita_rx_framer.v \ +vrt/vita_tx_control.v \ +vrt/vita_tx_deframer.v \ simple_gemac/simple_gemac_wrapper.v \ simple_gemac/simple_gemac.v \ simple_gemac/simple_gemac_wb.v \ |