Altera_Forum
Honored Contributor
19 years agoSwitch to external PHY on LAN91C111
Hi all,
I have a design where I connect a fibreoptic interface via an external PHY to the LAN91C111. It worked well with the former releases of the NIOSII IDE using LWIP as TCP stack just by changing the driver file "altera_avalon_lan91c111.c". (setting the ALTERA_AVALON_LAN91C111_CR_EXT_PHY_MSK mask in the registerbank 1 within the function "reset_device") I copied this file to the system library directory, changed it and the compiler took this one instead of the original one. Now I want to switch over to the NIOSII EDS 6.1 which utilizes the Interniche NicheStack. My question: Which driver file do I have to change? Is the working approach to copy the files to be changed to the system library directory also rigth with NIOSII EDS 6.1? Thanks in advance... Marco.