Forum Discussion
Altera_Forum
Honored Contributor
13 years agoIt's still all on the same clock domain. If I understand correctly, you want a multicycle of 3, to say the data has been available for 3 clock cycles:
set_multicycle_path -from <> -to <> -setup 3 set_multicycle_path -from <> -to <> -hold 2 So if your clock were 10ns, it would normally have a setup relationship of 10ns and hold of 0ns. These multicycles would make the setup 30ns and keep the hold at 0ns. This would buy slack on whatever path you specify in the -from/-to.