Forum Discussion
Altera_Forum
Honored Contributor
11 years ago-source refers to your master clock
You should also specify the divide relationship and the duty cycle. create_generated_clock -name <name> -source <source> -divide_by <ratio: 2,4,8, ....> -duty_cycle 50.00 <generated_clk> <name> a name assigned to the generate clock to be used in TQ analysis <source> the reference to your master clock <generated_clk> in your case this is the lpm_counter port where you pick the generated clock from