How to I feed a single input clock pin to 2 PLLs
Hello, I am working on a design using Arria 10 GX. I included a DDR4 EMIF IP that wants a reference clock for its PLL(s). This reference clock is placed on a clock input pin.
I also need to generate some other frequencies for totally separate clock domain. But rather than cascade the EMIF PLL, I want to just feed my input clock to both the EMIF PLL and my other PLL.
If I do this without any constraints added, the fitter complains that it cannot place one of the PLLs.
If I force my input clock signal to be a global clock, then the fitter does not complain, but I have some very strange issues later on with clock constraints that I place on the input pin not propagating to the EMIF PLL.
I will mention that this design is one that used to be in a Stratix II GX part, and the tools at the time hooked up the PLLs without any issue.
Anyone know why the tools can't hook these clocks together?