Hi,
I am new to timing analysis.Please help me to understand the difference b/w min/max delay constraints and input/output delay constraints.
How to identify which constraints to be set for FPGA ports?
Link Copied
Hi,
You may use set_input/output_delay constraints to specify any external device or board timing parameters and use the set_min/max_delay command to specify an absolute minimum delay for a given path.
You may refer to https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/qts/qts_qii53018.pdf (7-24, 7-28) for details.
Thanks.
For more complete information about compiler optimizations, see our Optimization Notice.