Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThe trick is to get Quartus to use the right edges. I have a similar situation with a PLL phase shift. Try using separate setup and hold constraints. Normally you would set the hold requirement one less than the setup but in this case setting them equal may work better. I haven't tried these but experiment with different values and see what you get.
set_multicycle_path -start -from [get_clocks CLOCK100M] -to [get_clocks CLOCK25M] -start -setup 3 set_multicycle_path -start -from [get_clocks CLOCK100M] -to [get_clocks CLOCK25M] -start -hold 3