Command Line Only Options - 2020.2 English

Vivado Design Suite User Guide: Design Analysis and Closure Techniques (UG906)

Document ID
UG906
Release Date
2021-01-25
Version
2020.2 English

The following Timing options are only available from the Tcl command line and can be used with the -name option to generate a GUI report.

  • -routed_vs_estimated

    This option reports the estimated versus actual routed delays side-by-side for the same path. Some fields within the Timing Category in the report are prefaced with "Estimated" or "Routed" for comparison.

  • -return_timing_paths
  • -end_point_clock
  • -logic_levels

The following Complexity options are only available from the command line and can be used with the -name option to generate a GUI report.

  • -bounding_boxes <arg>

    This option performs the complexity analysis of the specified bounding boxes. For example:

    -bounding_boxes { "CLE_M_X21Y239:CLEL_R_X28Y254" "CLEL_R_X18Y171:CLE_M_X26Y186" }
    Note: A space is required between the open bracket `{` and the start of the bounding box, as shown in the previous example.