Forum Discussion
Altera_Forum
Honored Contributor
15 years agoTSE - Extending PHY support
Hello, according to http://www.altera.com/literature/ug/ug_ethernet.pdf user guide, there are only 4 PHYs supported by default: ■ National DP83848C (10/100 Mbps) ■ National DP83865...
Altera_Forum
Honored Contributor
15 years agoI don't remember exactly how we did it but basically IIRC you just need to provide a structure describing your PHY and use a driver function to add it to the supported PHY list. You can take the code from one of the existing PHYs and modify it.