commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r7106 - gnuradio/branches/developers/zhuochen/inband/u


From: zhuochen
Subject: [Commit-gnuradio] r7106 - gnuradio/branches/developers/zhuochen/inband/usrp/fpga/inband_lib
Date: Tue, 11 Dec 2007 15:14:59 -0700 (MST)

Author: zhuochen
Date: 2007-12-11 15:14:59 -0700 (Tue, 11 Dec 2007)
New Revision: 7106

Modified:
   
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/inband_lib/tx_buffer_inband.v
Log:
Two data channels working properly, issue was a host-level testing problem only.


Modified: 
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/inband_lib/tx_buffer_inband.v
===================================================================
--- 
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/inband_lib/tx_buffer_inband.v
        2007-12-11 20:49:38 UTC (rev 7105)
+++ 
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/inband_lib/tx_buffer_inband.v
        2007-12-11 22:14:59 UTC (rev 7106)
@@ -91,8 +91,8 @@
    assign tx_i_3 = 16'b0 ;
        
    assign debugbus = {have_space, txclk, WR, WR_final, chan_WR, chan_done, 
-                      chan_pkt_waiting[0], chan_pkt_waiting[1], 
chan_pkt_waiting[2],
-                      chan_rdreq[0], chan_rdreq[1], chan_rdreq[2]};
+                      chan_pkt_waiting[0], chan_pkt_waiting[1],
+                      chan_rdreq[0], chan_rdreq[1], chan_txempty[0], 
chan_txempty[1]};
 
    wire [31:0] usbdata_final;
    wire                WR_final;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]