Altera_Forum
Honored Contributor
16 years agoProblem in generating clock from constrained PLL clock
Hi all,
I am using Time quest for constraining clocks. I was able to constrain PLL clock from "derive_pll_clocks". In my case i have to generate other clocks from this PLL clock, i am trying to constrain those clocks by generating in time quest. But i am not able to do so, please guide me. FYI:This is the command for generating clock, # create_generated_clock -name {serialCommRxSynchronizeSignal} -source [get_ports {SYSTEM_CLOCK_MAIN_1}] -divide_by 2 [get_nets {PLL_12|altpll_component|_clk0}] serialCommRxSynchronizeSignal - Clock to be generated SYSTEM_CLOCK_MAIN_1 - System Clock clk0 - PLL output Thank you.