Altera_Forum
Honored Contributor
14 years agoset_max_delay and report_timing (and fmax)
I have set_max_delay exceptions on all my register2register paths
as all of them are fractional multicycle paths (see my other post kindly replied to by rysc) i.e. the path delay is let us say 2.5 clock cycles. Now in Report_exceptions, I see my constraints were seen exactly as specified. But in report_timing, it is reporting a negative slack with data path timing which is well below the set_max_delay constraint, and it is clear to me that the set_max_delay constraint was ignored in this report. I am now worried that the fmax reported also perhaps ignored the max_delay constraint, in that case I can't decipher true fmax. How do I reconcile and resolve this situation?