Forum Discussion
4 Replies
- Altera_Forum
Honored Contributor
Yes, you can use a PLL.
Instantiate a PLL, connect the clk pin to the PLL input and the PLL output to the CPU's cllk signal. - Altera_Forum
Honored Contributor
Thank you for your reply. If I donot want use pll, is there any other way to realise this? As I need to measure the power of FPGA core only, if use pll, it will increase the power of FPGA core right?
- Altera_Forum
Honored Contributor
And when I use PLL, the input name of clock is osc_clk, but in the pin assignment the name of clock is still the CPU's clk, it doesnot change,I donot why. It seems the pll doesn't work. Do you know where is wrong?
- Altera_Forum
Honored Contributor
Yes, if you use a PLL the FPGA will draw a bit more power.
If you don't want to use the PLL, you have two options. Option one, use a ripple clock divider. Which will also draw a bit more power, but problably not as much as a PLL. Though, these can make timming closure harder. Option two, use an external 8 MHz clock source and feed it to the DE0 board. I don't see an external clock input in it but you might be able to use one of the generic inputs.