Forum Discussion
Altera_Forum
Honored Contributor
9 years agoThis is a really old white paper based off of the old timing analyzer. Are you trying to meet timing through a device or are you talking about meeting I/O timing to/from external devices? You should have set_input_delay and set_output_delay constraints in your .sdc file defining the external timing delays to/from external devices.
You can then use (based on the paper you linked): report_timing -from [get_ports din*] -to [get_ports dout*] to generate timing reports on these paths.