Timing Analyzer Example: Reporting Net Timing

author-image

By

With the Timing Analyzer command report_net_timing, you can generate a report that details the net delays for specific nets or all nets in your design. A net corresponds to a cell’s output pin.

#Report net timing for an output pin of a register
report_net_timing [get_nets *reg*]

#Report net timing for the top 10 nets
report_net_timing –nworst_delay 10