Author: matt
Date: 2007-09-12 13:08:10 -0600 (Wed, 12 Sep 2007)
New Revision: 6413

Modified:
   gnuradio/branches/developers/matt/u2f/top/u2_fpga/u2_fpga_top.v
Log:
proper pin direction on GMII signals


Modified: gnuradio/branches/developers/matt/u2f/top/u2_fpga/u2_fpga_top.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/top/u2_fpga/u2_fpga_top.v     
2007-09-12 05:23:24 UTC (rev 6412)
+++ gnuradio/branches/developers/matt/u2f/top/u2_fpga/u2_fpga_top.v     
2007-09-12 19:08:10 UTC (rev 6413)
@@ -30,10 +30,10 @@
    input GMII_CRS,
 
    //   GMII-TX
-   input [7:0] GMII_TXD,
-   input GMII_TX_EN,
-   input GMII_TX_ER,
-   input GMII_GTX_CLK,
+   output [7:0] GMII_TXD,
+   output GMII_TX_EN,
+   output GMII_TX_ER,
+   output GMII_GTX_CLK,
    input GMII_TX_CLK,  // 100mbps clk
 
    //   GMII-RX
@@ -43,8 +43,8 @@
    input GMII_RX_ER,
 
    //   GMII-Management
-   input MDIO,
-   input MDC,
+   inout MDIO,
+   output MDC,
    input PHY_INTn,   // open drain
    input PHY_RESETn,
    input PHY_CLK,   // possibly use on-board osc



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

Reply via email to