summaryrefslogtreecommitdiffstats
path: root/usrp2/top
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2010-07-14 19:37:45 -0700
committerMatt Ettus <matt@ettus.com>2010-07-14 19:37:45 -0700
commit5922f348e19fd477c311c0cadef4eb5d3a17d4c6 (patch)
tree29b6837a077a55bde8024f4396ec274014a8d96c /usrp2/top
parent5b76de10206ab2d8e824c059bb84f6de2fb79995 (diff)
downloaduhd-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.v3
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