Altera_Forum
Honored Contributor
15 years agoProblem with ALTPLL
I use a ATLPLL IP In my design. This PLL has one input clock and one output clock.
The input clock is 62.5MHz. The PLL outputs an inverted clock. I expected the clock max skew from inclk0(62.5MHz) to c0(inverted) is 0.5ns. The post-sim waveform shows the skew is 10.7ns. The ALTPLL's connections as below: DPLL U_DPLL( .inclk0 (clk_62M ), .c0 (clk_62M_inv), .locked (locked ) ); What's wrong with my design? Any and all help is very much appreciated Harris