aboutsummaryrefslogtreecommitdiffstats
path: root/usrp2/top/u1e
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2010-06-06 09:53:42 -0700
committerMatt Ettus <matt@ettus.com>2010-06-06 09:53:42 -0700
commit552b06b5b281e0953b0268a22357c5f43bd9657c (patch)
tree37eefc2e8764a1cb8a15b81da5f1e3c9694da1bd /usrp2/top/u1e
parent2f92808d27efae16368d6dddfbcc74ca181f4d7c (diff)
downloaduhd-552b06b5b281e0953b0268a22357c5f43bd9657c.tar.gz
uhd-552b06b5b281e0953b0268a22357c5f43bd9657c.tar.bz2
uhd-552b06b5b281e0953b0268a22357c5f43bd9657c.zip
remove double declaration
Diffstat (limited to 'usrp2/top/u1e')
-rw-r--r--usrp2/top/u1e/u1e_core.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/u1e/u1e_core.v b/usrp2/top/u1e/u1e_core.v
index 12ce41c23..6dae653ce 100644
--- a/usrp2/top/u1e/u1e_core.v
+++ b/usrp2/top/u1e/u1e_core.v
@@ -101,7 +101,7 @@ module u1e_core
`ifdef TIMED
// TX side
- wire tx_enable, tx_src_rdy_int, tx_dst_rdy_int;
+ wire tx_enable;
fifo_pacer tx_pacer
(.clk(wb_clk), .reset(wb_rst), .rate(rate), .enable(tx_enable),