Forum Discussion
Altera_Forum
Honored Contributor
15 years agoEthernet link speed auto detection
Hi I have a custom board with a ethernet PHY connected to the FPGA using RGMII. I am using triple speed ethernet and iniche. I do not have the signals set_10 and set_1000 from the PHY. I can...
Altera_Forum
Honored Contributor
15 years agoYou can use the function getPHYSpeed() provided by HAL driver (include altera_avalon_tse.h)
Or you can manually read the proper phy register using mdio interface.