Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 12/13/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

3.1.29.16. get_clock_pair_info (::quartus::sta)

The following table displays information for the get_clock_pair_info Tcl command:

Tcl Package and Version

Belongs to ::quartus::sta

Syntax get_clock_pair_info [-h | -help] [-long_help] [-fall_from <clk_object> ] [-fall_to <clk_object> ] [-false_path] [-from <clk_object> ] [-hierarchy] [-hold] [-rise_from <clk_object> ] [-rise_to <clk_object> ] [-setup] [-to <clk_object> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-fall_from <clk_object> Valid source clocks (string patterns are matched using Tcl string matching)
-fall_to <clk_object> Valid destination clocks (string patterns are matched using Tcl string matching)
-false_path Return a description of the satisfied false-path-type assignment applied between the "from" and "to" clocks, if any
-from <clk_object> Valid source clocks (string patterns are matched using Tcl string matching)
-hierarchy Return a description the hierarchical relationship between the "from" and "to" clocks
-hold Return the hold analysis information if you use the "-false_path" option
-rise_from <clk_object> Valid source clocks (string patterns are matched using Tcl string matching)
-rise_to <clk_object&