Forum Discussion
Altera_Forum
Honored Contributor
17 years agoYour clocks were originally edge aligned, so when inverting the source clock, it makes sense that the setup requirement would get tighter(the most restrictive edges are always the defaults). You need to add a multicycle to say you're sending data out another period(which loosens the setup requirement, but makes the hold requirement more restrictive).
set_multicycle_path -setup -from [get_clocks CLK_OUT_120] -to [get_clocks pll_clk_120] 2 THe analysis should have a 12.499ns setup requirement and a 4.166ns hold requirement, I believe.