Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThanks again, Rysc, for your clear explanation. I looked again at the example I mentioned - a project I inherited. The designer used
set_multicycle_path -setup -start -from [get_clocks clk_a] -to [get_clocks get_clocks clk_b] 2 set_multicycle_path -hold -start -from [get_clocks clk_a] -to [get_clocks get_clocks clk_b] 2 I did could not figure it out at the time, and worked around it with handshaking instead. Perhaps you see some sense it which I could not.