commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6497 - gnuradio/branches/developers/matt/u2f/eth/rtl/


From: matt
Subject: [Commit-gnuradio] r6497 - gnuradio/branches/developers/matt/u2f/eth/rtl/verilog
Date: Thu, 20 Sep 2007 17:55:22 -0600 (MDT)

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





reply via email to

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