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

Modified:
   gnuradio/branches/developers/matt/u2f/control_lib/serdes_tb.v
Log:
fix typo


Modified: gnuradio/branches/developers/matt/u2f/control_lib/serdes_tb.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/control_lib/serdes_tb.v       
2007-07-06 00:52:06 UTC (rev 5918)
+++ gnuradio/branches/developers/matt/u2f/control_lib/serdes_tb.v       
2007-07-06 00:55:13 UTC (rev 5919)
@@ -96,7 +96,7 @@
    // Simulate the connection
    serdes_model serdes_model
      (.ser_tx_clk(ser_tx_clk), .ser_tkmsb(ser_tkmsb), .ser_tklsb(ser_tklsb), 
.ser_t(ser_t),
-      .ser_rx_clk(ser_rx_clk), .ser_rkmsb(ser_rkmsb), .ser_rklsb(ser_rklsb), 
.ser_r(ser_t),
+      .ser_rx_clk(ser_rx_clk), .ser_rkmsb(ser_rkmsb), .ser_rklsb(ser_rklsb), 
.ser_r(ser_r),
       .even(even));
    
    // Fill the ram



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

Reply via email to