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;
    



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

Reply via email to