Forum Discussion
IDeyn
Contributor
6 years agoHi Anand!
Ok, thank you very much.
--
Best regards,
Ivan
AnandRaj_S_Intel
Regular Contributor
6 years agoHi ivan,
- Although the Quartus II software configures the delay elements settings automatically. After you have compiled your design, design may/may not meet timing requirements in design, But might still want to skew or deskew some I/O signals in FPGA using delay element.
- The Intel Quartus®Prime software does not automatically set delay elements to maximize slack in the I/O timing analysis. To close the timing or maximize slack, set the delay elements manually in the Intel Quartus Prime settings file (.qsf). set_intance_assignment –to <PIN> -name <INPUT/OUTPUT/OE>_DELAY_CHAIN <0..63>
- If you have compiled design and face timing problems that can be mitigated by setting delay elements manually.
So in example you have shared we have to manually change the delay chain value to constrain the path.
Regards
Anand