diff options
author | Matt Ettus <matt@ettus.com> | 2010-07-14 19:37:45 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-07-14 19:37:45 -0700 |
commit | 5922f348e19fd477c311c0cadef4eb5d3a17d4c6 (patch) | |
tree | 29b6837a077a55bde8024f4396ec274014a8d96c /usrp2/top | |
parent | 5b76de10206ab2d8e824c059bb84f6de2fb79995 (diff) | |
download | uhd-5922f348e19fd477c311c0cadef4eb5d3a17d4c6.tar.gz uhd-5922f348e19fd477c311c0cadef4eb5d3a17d4c6.tar.bz2 uhd-5922f348e19fd477c311c0cadef4eb5d3a17d4c6.zip |
make loopback compile
Diffstat (limited to 'usrp2/top')
-rw-r--r-- | usrp2/top/u1e/u1e_core.v | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usrp2/top/u1e/u1e_core.v b/usrp2/top/u1e/u1e_core.v index 787bf016c..5b60578ce 100644 --- a/usrp2/top/u1e/u1e_core.v +++ b/usrp2/top/u1e/u1e_core.v @@ -108,6 +108,9 @@ module u1e_core assign tx_underrun = 0; assign rx_overrun = 0; + + wire run_tx, run_rx, strobe_tx, strobe_rx, tx1_src_rdy, tx1_dst_rdy; + wire [31:0] debug_vtd, debug_vtc; `endif // LOOPBACK `ifdef TIMED |