summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2011-03-03 11:14:17 -0800
committerMatt Ettus <matt@ettus.com>2011-03-03 11:14:17 -0800
commit6cbbabde84c0e6e1396b6e26ee888cdcbe762caf (patch)
tree465033f7e0591035b9825eba6c66f7f25663b885
parent943113459cae9f3174f8d12c35add851439ac1a2 (diff)
downloaduhd-6cbbabde84c0e6e1396b6e26ee888cdcbe762caf.tar.gz
uhd-6cbbabde84c0e6e1396b6e26ee888cdcbe762caf.tar.bz2
uhd-6cbbabde84c0e6e1396b6e26ee888cdcbe762caf.zip
u2/u2p: get rid of redeclaration
-rw-r--r--usrp2/fifo/ll8_to_fifo19.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/usrp2/fifo/ll8_to_fifo19.v b/usrp2/fifo/ll8_to_fifo19.v
index 71a8f5ac3..ac8ac19a6 100644
--- a/usrp2/fifo/ll8_to_fifo19.v
+++ b/usrp2/fifo/ll8_to_fifo19.v
@@ -14,7 +14,6 @@ module ll8_to_fifo19
// Short FIFO on input to guarantee no deadlock
wire [7:0] ll_data_int;
wire ll_sof_int, ll_eof_int, ll_src_rdy_int, ll_dst_rdy_int;
- wire ll_dst_rdy;
ll8_shortfifo head_fifo
(.clk(clk), .reset(reset), .clear(clear),