commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: matt
Subject: [Commit-gnuradio] r6583 - gnuradio/branches/developers/matt/u2f/control_lib
Date: Wed, 3 Oct 2007 16:07:57 -0600 (MDT)

Author: matt
Date: 2007-10-03 16:07:51 -0600 (Wed, 03 Oct 2007)
New Revision: 6583

Modified:
   gnuradio/branches/developers/matt/u2f/control_lib/serdes_rx.v
Log:
fix timing problem


Modified: gnuradio/branches/developers/matt/u2f/control_lib/serdes_rx.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/control_lib/serdes_rx.v       
2007-10-03 16:20:05 UTC (rev 6582)
+++ gnuradio/branches/developers/matt/u2f/control_lib/serdes_rx.v       
2007-10-03 22:07:51 UTC (rev 6583)
@@ -255,7 +255,8 @@
 
    assign      wr_write_o = xfer_active & ~empty;
    assign      wr_done_o = eop_o & ~empty & xfer_active;
-   assign      wr_error_o = xfer_active & ((wr_full_i & ~eop_o & 
~empty)|error_o);
+   //assign      wr_error_o = xfer_active & ((wr_full_i & ~eop_o & 
~empty)|error_o);
+   assign      wr_error_o = xfer_active & error_o;
 
    assign      wr_dat_o = line_o;
    





reply via email to

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