Altera_Forum
Honored Contributor
13 years agoHow do I cascade two PLLs?
Hi - In order to get a particular clock ratio, I need to cascade two plls. PLL0 has a pin input, and a single output. PLL1's input is the output of the first PLL, and has multiple outputs which go to my design.
I try the obvious thing - create the 2 plls, connect them together, and in the .sdc I do a create_clock on the input of the first one, and derive_pll_clocks, and I do a build. The tool doesn't appear to complain, but it builds very fast and everything misses timing (Quartus 12, Stratix IV). I've searched the docs to no avail - can anyone provide a quick "cookbook" example of the appropriate SDC or any other info on what the "trick" is? (or am I doing it right and should look for some sort of process error) thanks! /j