commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6413 - gnuradio/branches/developers/matt/u2f/top/u2_f


From: matt
Subject: [Commit-gnuradio] r6413 - gnuradio/branches/developers/matt/u2f/top/u2_fpga
Date: Wed, 12 Sep 2007 13:08:11 -0600 (MDT)

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





reply via email to

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