Forum Discussion
Altera_Forum
Honored Contributor
15 years agoNo MDIO
Hi,
I am trying to send data from Cyclone III development board to another (same) board using Ethernet connection. Data is transmitted successfully from the sending board to the receiving one. My question is: Is it possible to connect the two boards without enabling the MDIO option in the TSE MAC? Thanks in advance Best Regards8 Replies
- Altera_Forum
Honored Contributor
at my case i configure 2 phys with the same mdio....
Franz Wagner - Altera_Forum
Honored Contributor
--- Quote Start --- i did the same thing but i conect one of mdio and not conect the other..... ... you can hack this by software.... Franz Wagner --- Quote End --- How you configured the second PHY in this case? Thanks & Regards - Altera_Forum
Honored Contributor
i did the same thing but i conect one of mdio and not conect the other.....
... you can hack this by software.... Franz Wagner - Altera_Forum
Honored Contributor
--- Quote Start --- why do you want to remove mdio? Franz Wagner --- Quote End --- To get rid off connecting the mdio to both PHY devices; as I am using single port TSE. - Altera_Forum
Honored Contributor
why do you want to remove mdio?
Franz Wagner - Altera_Forum
Honored Contributor
Well yes, but still You have to control the PHY. MDIO has nothing to do with the transmission itself.
- Altera_Forum
Honored Contributor
--- Quote Start --- Theorically yes, so You would control the PHY by Yourself. But why do You want to disable it? The core won't be able to communicate with the PHY, e.g. set required registers, reset the PHY, etc... --- Quote End --- Hi, Thank you for your reply. Actually I am trying to send data from a transmitting board to 2 receiving board -at the same time- via an Ethernet connection. Best Regards - Altera_Forum
Honored Contributor
Theorically yes, so You would control the PHY by Yourself. But why do You want to disable it? The core won't be able to communicate with the PHY, e.g. set required registers, reset the PHY, etc...