Forum Discussion
Joakim
Occasional Contributor
7 years agoHow to use D5_DELAY or D5_OE_DELAY on Cyclone V
I'm desperately trying to get the timing to work between my Cyclone V and an external CPU. Because of the clock delay, it seem to be impossible to get the timing to pass within one clock cycle, so I ...
KhaiChein_Y_Intel
Regular Contributor
7 years agoHi,
Could you try
set_multicycle_path -from [get_clocks {FX3_PCLK}] -to [get_clocks {FX3_PCLK_virt}] -setup 2 -end
set_multicycle_path -from [get_clocks {FX3_PCLK}] -to [get_clocks {FX3_PCLK_virt}] -hold 1 -end
Thanks.