Report Net Delay Dialog Box

You open this dialog box by double-clicking Report Net Delay in the Tasks pane in the Timing Analyzer.

Allows you to configure and display a customized report that details the results of net delay analysis as defined by timing constraints and exceptions. Each set_net_delay command is treated as a separate analysis and report_net_delay reports the results of all set_net_delay commands in a single report. The report contains each set_net_delay command with the worst case slack result followed by the results of each edge matching the criteria set by that set_net_delay command. These results are ordered based on the slack value.

Note: You can click the Pushpin button to keep the Report Timing dialog box open after you generate a report. You can use this feature to fine tune your report settings or quickly create additional reports. You can click Close to close the dialog box at any time.

Paths

Allows you to specify the number of timing paths to report (the default is 1).

Scripting Information

Keyword: report_net_delay

Settings: -nworst<number>

Output

Allows you to specify where you want to save the report and how much detail you want in the report. You can select one or more of the following settings:

  • Report panel name— Allows you to specify a unique name for the report. The default report name is Report Timing.
    Scripting Information

    Keyword: report_net_delay

    Settings: -panel_name<reportname>

  • Enable multi corner reports— Allows you to enable or disable multi-corner timing analysis. This option is on by default.
    Scripting Information

    Keyword: report_net_delay

    Settings: -multi_corner

  • File name— Directs the Timing Analyzer to save the report to your local disk as a text file with the specified file name.
    Scripting Information

    Keyword: report_net_delay

    Settings: -file<filename>

    Under File options you can specify whether the Timing Analyzer overwrites an existing file (the default setting) or appends the content to an existing file.

    Scripting Information

    Keyword:report_net_delay

    Settings: -append|-overwrite

  • Console— Specifies whether the report appears as information messages in the Console.
    Scripting Information

    Keyword:report_net_delay

    Settings: -stdout