Forum Discussion
Altera_Forum
Honored Contributor
13 years agoYup if your lauch and latch clock are different specially different in frequency then you are bound to violate timings.
You can set clock groups between the clocks like exapmle set_clock_groups -exclusive -group [get_clocks virtual_clk] -group [clk_in] -group [copy and paste the name of the pll generated clock exactly as reported with the hierarchy] i dont think the clock groups for virtual clock is required as it doesnt feeds any port but i am not 100 % sure so just keep it to be on the safer side.