diff options
| -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 | 
