Forum Discussion
Altera_Forum
Honored Contributor
15 years agoStratix IV GX Pin Assignment
Hi, I'm working on the Stratix IV GX 230 board and I'm trying to use the Triple Speed Ethernet in RGMII mode with MDIO. I did everything well untill the moment I needed the PIN in order to co...
Altera_Forum
Honored Contributor
14 years agoI was also thinking that the signal I could see was because of a delay instead of an answer coming from the PHY.
I also added the enet_resetn since it wasn't there before and I linked it to the PIN V31 as indicated in the documentation. And I forced it to my the same level as my global resetn signal. I'm actually trying to debug my software but everytime I have a breakpoint before seing the message: ERROR : PHY[0.0] - No PHY connected! I don't go in the alt_tse_mac_get_phy() function and I don't even have the altera_avalon_tse.c file in my project, all I have is the altera_avalon_tse.o or altera_avalon_tse.d I'll try to find the answer but the debuger has never stepped into the altera_avalon_tse.c file even though it could print and execute the alt_tse_mac_get_phy() function. Should I add this file to my project? I'll tell you if the enet_resetn changes anything. (I also put probe on it)