Forum Discussion
Altera_Forum
Honored Contributor
14 years agoConfiguring TSE & Nichestack
I have Quartus&SBT 11.1, and a board with PHY 83848. I cannot bring up the eth interface with simple socket example. SOPC configuration is good (i hope), but i can't initialize the software: ...
Altera_Forum
Honored Contributor
14 years agoAccording to this function in altera_avalon_tse.c your PHY is supported natively so all you need is to enable the MDIO interface and it will be recognised and configured
/* @Function Description - Add additional PHYs which are not supported by default into PHY profile for PHY detection and auto negotiation
*
* @API TYPE - Public
* @param phy pointer to alt_tse_phy_profile structure describing PHY registers
* @return index of PHY added in PHY profile on success, else return ALTERA_TSE_MALLOC_FAILED if memory allocation failed
* PHY which are currently supported by default : Marvell 88E1111, Marvell Quad PHY 88E1145, National DP83865, and National DP83848C
*/
alt_32 alt_tse_phy_add_profile(alt_tse_phy_profile *phy)