Forum Discussion
Altera_Forum
Honored Contributor
14 years agoWhy 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.