Altera_Forum
Honored Contributor
16 years agoCascading PLLs in Stratix-III
Hi,
I'm trying to feed inclk0 of one PLL from the output of a different PLL. The Stratix-III device handbook implies that you can drive inclk0 from GCLK network (see Table 6-2) but Quartus gives me an error saying it must be an I/O pin. I have checked the fitter resource report and the output of the first PLL is clearly on a global network. Any ideas ? ------------------------------------- Here is more background: Design receives 24 MHz and spins it up to 96 MHz for most internal logic, with "sys_pll". Design interfaces to external synchronous SRAM at 96 MHz. Desire to use PLL in external clock feedback mode, to equalize off-chip clock delays. 1. In external clock feedback mode, since fbout is driven by M counter, I need to have inclk0 and fbout frequency the same. So I can't spin 24->96 MHz in one PLL. 2. So I tried to use a 2nd PLL which receives internal global 96 MHz and creates a compensated 96 MHz to drive off-chip. The PCB has trace-length matched route back to fbin to compensate for clock delay to external SRAM.