Forum Discussion
12 Replies
- Altera_Forum
Honored Contributor
The PLLs on the Cyclone V don't work the same as the earlier parts. Read the PLL chapter of the device handbook. Since you didn't give any details on what you were trying, I can't say why it doesn't work.
- Altera_Forum
Honored Contributor
--- Quote Start --- The PLLs on the Cyclone V don't work the same as the earlier parts. Read the PLL chapter of the device handbook. Since you didn't give any details on what you were trying, I can't say why it doesn't work. --- Quote End --- I want to modify the PLL's output's phase after full compilation, so i used to use ECO to modify it. Which makes me implemented it fast whitout full complie my project again. - Altera_Forum
Honored Contributor
Hello, have you tried to follow http://electro-logic.blogspot.it/2015/09/fpga-engineering-change-orders.html (hello, have you tried to follow http://electro-logic.blogspot.it/2015/09/fpga-engineering-change-orders.html) ?
I think it is done with Cyclone IV but should works also with Cyclone V. Are you using Cyclone V PLL IP? Tutorial is in Italian but you can translate it with Google or Bing. - Altera_Forum
Honored Contributor
Altera app note 661 "Implementing Fractional PLL Reconfiguration with Altera PLL and Altera PLL Reconfig IP Cores" seems to explain how to do this. Examples 2 and 4 are on phase shift. This is different from Cyclone IV.
- Altera_Forum
Honored Contributor
--- Quote Start --- Hello, have you tried to follow http://electro-logic.blogspot.it/2015/09/fpga-engineering-change-orders.html (hello, have you tried to follow http://electro-logic.blogspot.it/2015/09/fpga-engineering-change-orders.html) ? I think it is done with Cyclone IV but should works also with Cyclone V. Are you using Cyclone V PLL IP? Tutorial is in Italian but you can translate it with Google or Bing. --- Quote End --- Hi Flz, I'm using CV PLL. I can't open your link. - Altera_Forum
Honored Contributor
Yeah, with Cyclone V you have to use Altera PLL Reconfig IP
- Altera_Forum
Honored Contributor
--- Quote Start --- Yeah, with Cyclone V you have to use Altera PLL Reconfig IP --- Quote End --- Hi flz I don't want to use pll reconfig, i just want to modify the PLL manually after full compilation! - Altera_Forum
Honored Contributor
As far as I can tell, flz47655 is correct. The only way to changes the phase of a clock after compilation on Cyclone V is to implement PLL reconfiguration with the Altera IP.
- Altera_Forum
Honored Contributor
--- Quote Start --- As far as I can tell, flz47655 is correct. The only way to changes the phase of a clock after compilation on Cyclone V is to implement PLL reconfiguration with the Altera IP. --- Quote End --- Hi Galfonz, Is it means altera doesn't open ECO for PLL to users? Does ALTERA plan to open it to users?