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
    



_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio

Reply via email to