Visible to Intel only — GUID: reference_TCL_tcl_pkg_sta_ver_1_0_cmd_get_node_info
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_sta_ver_1_0_cmd_get_node_info
Ixiasoft
3.1.29.23. get_node_info (::quartus::sta)
The following table displays information for the get_node_info Tcl command:
Tcl Package and Version | Belongs to ::quartus::sta |
||
Syntax | get_node_info [-h | -help] [-long_help] [-asynch_edges] [-cell] [-clock_edges] [-fanout_asynch_edges] [-fanout_clock_edges] [-fanout_edges] [-fanout_synch_edges] [-location] [-name] [-synch_edges] [-type] <node_object> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-asynch_edges | Return a list of asynchronous edge IDs | ||
-cell | Return the host cell | ||
-clock_edges | Return a list of clock edge IDs | ||
-fanout_asynch_edges | Return a list of asynchronous fanout edge IDs | ||
-fanout_clock_edges | Return a list of clock fanout edge IDs | ||
-fanout_edges | Return a list of fanout edge IDs | ||
-fanout_synch_edges | Return a list of synchronous fanout edge IDs | ||
-location | Return the atom location in device | ||
-name | Return the node name | ||
-synch_edges | Return a list of synchronous edge IDs | ||
-type | Return the node type | ||
<node_object> | Node object | ||
Description | Gets information about the specified node (referenced by node ID). Use Tcl commands such as get_nodes to obtain node IDs. The -type option returns "reg", "port", "pin", "net", or "comb". The -name, -type, -clock_edges, -synch_edges, -asynch_edges, -fanout_edges, -fanout_clock_edges, -fanout_synch_edges, -fanout_asynch_edges, -cell and -location options are mutually exclusive. |