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
Give Feedback

3.1.29.31. get_point_info (::quartus::sta)

The following table displays information for the get_point_info Tcl command:

Tcl Package and Version

Belongs to ::quartus::sta

Syntax get_point_info [-h | -help] [-long_help] [-edge] [-incremental_delay] [-location] [-node] [-number_of_fanout] [-rise_fall] [-total_delay] [-type] <point_ref>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-edge Return the edge ID for the edge associated with this point. If the point has no edge, this returns an empty string
-incremental_delay Return the incremental delay through this point
-location Return a string indicating the location of the point's node, if there is one, else an empty string
-node Return the node ID for the node associated with this point. If the point has no node, this returns an empty string
-number_of_fanout Return the number of fanout that this point has in the netlist
-rise_fall Return a string indicating the rise_fall type of this point. Return values are r, f, rr, rf, fr, ff, or an empty string for undefined
-total_delay Return the total delay of the path at this point. This includes the incremental delay for the point itself
-type Return a string indicating the type of the point
<point_ref> Point object
Description

Returns information about the referenced timing point object. References to path objects can be generated using the get_path_info function. A point object is the equivalent of a row in a path in