Trenz Electronic GmbH Support Forum

Trenz Electronic Products => Trenz Electronic FPGA Modules => Topic started by: GuinnessTrinker on February 26, 2013, 11:52:41 AM

Title: PHY reset Input
Post by: GuinnessTrinker on February 26, 2013, 11:52:41 AM
In latest Reference Designs you moved the external port PORT "ETHERNET_PHY_RST_N" from signal "ETHERNET_PHY_RST_N" (TEMAC-output) to "pll0_locked" (output of clock_generator_0 for DDR_MCB).

system.mhs:
# PORT ETHERNET_PHY_RST_N = ETHERNET_PHY_RST_N, DIR = O
PORT ETHERNET_PHY_RST_N = pll0_locked, DIR = O


Why??

Title: Re: PHY reset Input
Post by: Thorsten Trenz on February 26, 2013, 03:47:14 PM
Hello,
It was made because PHY chip produce clock for the system. Unfortunatelly, in some rare cases, after power on PHY chip not produce clock till reset. So using PLL lock signal as reset to PHY garantee to have reset at begining of work and start of clock generation.
If you need to use ETHERNET_PHY_RST_N signal you can use it as AND with PLL lock.

Best Regards