Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- ERROR : MAC Group[0] - No PHY connected! ERROR : PHY[0.0] - No PHY connected! Speed = 100, Duplex = Full --- Quote End --- WAIT!!! I missed this - the PHY is not detected. In 8.1 (which I'm still using) the Marvell 88E1119R is not supported. If it's not supported in altera_avalon_tse.h/.c you will have to add it. Model the other PHY's# defines and the initialization structure table to add support for the 88E1119R. The OUI model and rev are:
enum {
MV88E1119_OUI = 0x005043,
MV88E1119_MODEL = 0x28 ,
MV88E1119_REV = 0x2
};Bill A