Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Why do you use two extra pins? Both PHYs can be connected to the same MDC/MDIO lines. Anyway I think your problem is with ORing the mdio_in signals. A non driven mdio line will pull to a high level, then the OR gate will always result in receiving all ones. Replace OR with AND. --- Quote End --- Thank you very much for your reply :) 1- We use extra pins to connect to another PHY that is not existing in Cyclone III development board. These pins are connected to the second designed board via the HSMC connector 2- Regarding your suggestion we are going to replace the Or gate with an AND one. Kind Regards