commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r5920 - gnuradio/branches/developers/matt/u2f/control_


From: matt
Subject: [Commit-gnuradio] r5920 - gnuradio/branches/developers/matt/u2f/control_lib
Date: Thu, 5 Jul 2007 18:55:36 -0600 (MDT)

Author: matt
Date: 2007-07-05 18:55:36 -0600 (Thu, 05 Jul 2007)
New Revision: 5920

Modified:
   gnuradio/branches/developers/matt/u2f/control_lib/serdes_tx.v
Log:
added comment about critical path


Modified: gnuradio/branches/developers/matt/u2f/control_lib/serdes_tx.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/control_lib/serdes_tx.v       
2007-07-06 00:55:13 UTC (rev 5919)
+++ gnuradio/branches/developers/matt/u2f/control_lib/serdes_tx.v       
2007-07-06 00:55:36 UTC (rev 5920)
@@ -120,7 +120,7 @@
           state <= IDLE;
        endcase // case(state)
    
-   assign fifo_read_o = ((state == RUN1) & ~fifo_empty_i);
+   assign fifo_read_o = ((state == RUN1) & ~fifo_empty_i);   // FIXME This is 
the critical path
    assign fifo_done_o = 1'b0;  // Unused -- we always send everything we're 
given
    assign fifo_error_o = 1'b0; // Unused -- there should never be any errors
    





reply via email to

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