Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
19986 Discussions

MAX/MIN DELAY CONSTRAINTS VS INPUT/OUTPUT DELAY

SK_VA
Beginner
585 Views

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?

0 Kudos
1 Reply
KhaiChein_Y_Intel
248 Views

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.

 

Reply