Altera_Forum
Honored Contributor
13 years agoGated dedicated clock outputs
I'm currently not understanding an issue that turns up with my Stratix III EP3SL50 Device.
what i try to do: In a PLL (altpll) I generate a 70 MHz clock from a 50 MHz clock. The resulting clock (output [0] of the PLL), I propagate to a regional clock gating buffer (altclkctrl) from where it should further be propagated to clock outputs (for external use). The 50 MHz input clock is defined to be a clock net in the .sdc file. what i get is the following type of error message (for all 4 outputs): Warning: PLL "TGEN:TG|UsbSensPll:SP|altpll:altpll_component|UsbSensPll_altpll:auto_generated|pll1" output port clk[0] feeds output pin "SENSOR_CLK_P1~output" via non-dedicated routing -- jitter performance depends on switching rate of other design elements. Use PLL dedicated clock outputs to ensure jitter performance How do I have to deal with this (I can't take direct PLL outputs as sugested, as I want to gate the clocks prior to output, but I think the dedicated altclkctrl should be fine for the job...)? Is there need for an additional clock definition (on the clock output pin)?