commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r8023 - usrp2/trunk/fpga/serdes


From: matt
Subject: [Commit-gnuradio] r8023 - usrp2/trunk/fpga/serdes
Date: Fri, 14 Mar 2008 12:28:34 -0600 (MDT)

Author: matt
Date: 2008-03-14 12:28:34 -0600 (Fri, 14 Mar 2008)
New Revision: 8023

Modified:
   usrp2/trunk/fpga/serdes/serdes_rx.v
Log:
removed unused signals, added debug output


Modified: usrp2/trunk/fpga/serdes/serdes_rx.v
===================================================================
--- usrp2/trunk/fpga/serdes/serdes_rx.v 2008-03-14 18:28:06 UTC (rev 8022)
+++ usrp2/trunk/fpga/serdes/serdes_rx.v 2008-03-14 18:28:34 UTC (rev 8023)
@@ -70,7 +70,6 @@
    reg                sop_i, eop_i, error_i;
    wire        error_o, sop_o, eop_o, write, read, empty, full;
    reg [15:0]  halfline;
-   reg                data_valid, phase;
    reg [8:0]   holder;
    wire [31:0] line_o;
    
@@ -323,9 +322,13 @@
                    { full, empty, write, read, xfer_active, state[2:0] } };
    */
 
+   /*
    assign      debug = { { xoff_rcvd,xon_rcvd,sop_i,eop_i,error_i,state[2:0] },
                         { odd, wait_here, write_pre, write_d, write, full, 
chosen_data[17:16]},
                         { chosen_data[15:8] },
                         { chosen_data[7:0] } };
+   */
+
+   assign      debug = { full, empty, odd, xfer_active, sop_i, eop_i, error_i, 
state[2:0] };
    
 endmodule // serdes_rx





reply via email to

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