Altera_Forum
Honored Contributor
11 years agoreading external signal
Hi,
I need capture external signal (RGMII). I'm able to do it, but I have a problem when the clock is delayed (only a little) after the data. In that case I'm not able capture data corectly. In altera document AN477 is written: "the FPGA and HardCopy ASIC must shift the clock as necessary to capture the data. You can achieve this with a DLL and by assigning RX_CLK to a DQS pin or promoting RX_CLK to a global or regional net if you need a small clock latency." My question is how... How can I initialize DLL in Cyclone device (Cyclone III od IV) is there something like DLL? How can I propagate RX_CLK through regional net? Thanks