commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: matt
Subject: [Commit-gnuradio] r7964 - usrp2/trunk/fpga/serdes
Date: Fri, 7 Mar 2008 19:54:30 -0700 (MST)

Author: matt
Date: 2008-03-07 19:54:30 -0700 (Fri, 07 Mar 2008)
New Revision: 7964

Modified:
   usrp2/trunk/fpga/serdes/serdes_rx.v
Log:
debug pins


Modified: usrp2/trunk/fpga/serdes/serdes_rx.v
===================================================================
--- usrp2/trunk/fpga/serdes/serdes_rx.v 2008-03-08 02:54:02 UTC (rev 7963)
+++ usrp2/trunk/fpga/serdes/serdes_rx.v 2008-03-08 02:54:30 UTC (rev 7964)
@@ -275,9 +275,16 @@
 
    assign      wr_dat_o = line_o;
 
+   /*
    assign debug = { { fifo_space[15:8] },
                    { fifo_space[7:0] },
                    { 2'd0, error_i, sop_i, eop_i, error_o, sop_o, eop_o },
                    { 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] } };
    
 endmodule // serdes_rx





reply via email to

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