summaryrefslogtreecommitdiffstats
path: root/usrp2/control_lib
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2010-05-21 15:56:01 -0700
committerMatt Ettus <matt@ettus.com>2010-05-21 15:56:01 -0700
commit268324b62898a916c0ef01e9336c34cd4ae1ff93 (patch)
tree527fb82a17e535207d9cb2989ad2baf9c12bb9dc /usrp2/control_lib
parent1d38c098122746ff34c0c1f16668b44d7337175d (diff)
downloaduhd-268324b62898a916c0ef01e9336c34cd4ae1ff93.tar.gz
uhd-268324b62898a916c0ef01e9336c34cd4ae1ff93.tar.bz2
uhd-268324b62898a916c0ef01e9336c34cd4ae1ff93.zip
fix double declaration
Diffstat (limited to 'usrp2/control_lib')
-rw-r--r--usrp2/control_lib/newfifo/fifo36_to_ll8.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/usrp2/control_lib/newfifo/fifo36_to_ll8.v b/usrp2/control_lib/newfifo/fifo36_to_ll8.v
index 0dee1dfc6..9604d0e38 100644
--- a/usrp2/control_lib/newfifo/fifo36_to_ll8.v
+++ b/usrp2/control_lib/newfifo/fifo36_to_ll8.v
@@ -55,6 +55,5 @@ module fifo36_to_ll8
assign advance = ll_src_rdy & ll_dst_rdy;
assign f36_dst_rdy_o = advance & ((state==3)|ll_eof);
- assign debug = state;
endmodule // ll8_to_fifo36