Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHelp, error occur during compilation. Can anyone help me please
Help, error occur during compilation. Can anyone help me please
Error list “ 175001 could not place fractional PLL 12289 an error occurred while applying the peripheryconstraints. Review the offending constrants and rerun the fitter 11802 can’t fit design in device “ Currently imusing the “Altera PLL v13” to generate a clk signal 50Mhz to my d-ff. Is this methodcorrect? Any other method? Because, I think the problem maybe due tothe “Altera PLL v13” I use? Current using the Cyclone v GX fpga dev kit & quartus IIweb package 13 software Thanks J3 Replies
- Altera_Forum
Honored Contributor
You need to use a clock control block (ALTCLKCTRL megafunction) between your clk and the "Pll Clock input".
- Altera_Forum
Honored Contributor
You need to use a clock control block (ALTCLKCTRL megafunction) between your clk and the "Pll Clock input".
I think, that happens because your input clock is not feeded by a dedicated clock pin. http://www.altera.com/support/kdb/solutions/rd03302012_430.html - Altera_Forum
Honored Contributor
ok thanks got it