Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21611 Discussions

Help, error occur during compilation. Can anyone help me please

Altera_Forum
Honored Contributor II
1,204 Views

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 J
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
506 Views

You need to use a clock control block (ALTCLKCTRL megafunction) between your clk and the "Pll Clock input".

0 Kudos
Altera_Forum
Honored Contributor II
506 Views

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
0 Kudos
Altera_Forum
Honored Contributor II
506 Views

ok thanks got it

0 Kudos
Reply