Author: matt
Date: 2007-09-20 17:55:21 -0600 (Thu, 20 Sep 2007)
New Revision: 6497

Modified:
   gnuradio/branches/developers/matt/u2f/eth/rtl/verilog/MAC_top.v
Log:
added new Rx_mac_error signal


Modified: gnuradio/branches/developers/matt/u2f/eth/rtl/verilog/MAC_top.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/eth/rtl/verilog/MAC_top.v     
2007-09-20 23:54:50 UTC (rev 6496)
+++ gnuradio/branches/developers/matt/u2f/eth/rtl/verilog/MAC_top.v     
2007-09-20 23:55:21 UTC (rev 6497)
@@ -74,6 +74,7 @@
   output [1:0]  Rx_mac_BE,
   output        Rx_mac_pa,
   output        Rx_mac_sop,
+  output        Rx_mac_err,
   output        Rx_mac_eop,
 
   output        Tx_mac_wa,
@@ -223,6 +224,7 @@
     .Rx_mac_BE                ( Rx_mac_BE                 ),
     .Rx_mac_pa                ( Rx_mac_pa                 ),
     .Rx_mac_sop               ( Rx_mac_sop                ),
+    .Rx_mac_err               ( Rx_mac_err                ),
     .Rx_mac_eop               ( Rx_mac_eop                ),
 
     // CPU



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

Reply via email to