Forum Discussion
Altera_Forum
Honored Contributor
11 years agoThat's a big variance, but I guess it is what it is.
For your set_output_delay, that looks correct except for the sign of the hold, which was already mentioned. For the set_input_delay, you didn't say but I'm guessing you're sending the clock to the other device and then getting data back? If so, you don't care about the setup and hold of the external device. It's really just the max and min roundtrip delay. So something like: set_output_delay -max [expr $max_clk_FPGA2Extdev + $Tco_max_Extdev + $max_data_delay_Extdev2FPGA]... set_output_delay -min [expr $min_clk_FPGA2Extdev + $Tco_min_Extdev + $min_data_delay_Extdev2FPGA]