Altera_Forum
Honored Contributor
17 years agoALTPLL in Mega Wizard
Hi,
I generated a PLL using Mega Wizard. It creates a clock with 50MHz and 5% duty cycle. I need to increase the duty cycle from the top level entity using a loop. In the PLL code duty cycle is defined under Generics as a type - NATURAL. How can I pass value from top level entity to PLL code. (The only way I know is to define a signal and pass it - it didn't work due to type variation):confused: