Visible to Intel only — GUID: reference_TCL_tcl_pkg_sta_ver_1_0_cmd_get_register_info
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_sta_ver_1_0_cmd_get_register_info
Ixiasoft
3.1.29.33. get_register_info (::quartus::sta)
The following table displays information for the get_register_info Tcl command:
Tcl Package and Version | Belongs to ::quartus::sta |
||
Syntax | get_register_info [-h | -help] [-long_help] [-asynch_edges] [-clock_edges] [-delay_type <max_rise|max_fall|min_rise|min_fall> ] [-fanout_edges] [-is_latch] [-name] [-related_pin <related_pin_value> ] [-synch_edges] [-tch] [-tcl] [-tco] [-th] [-tmin] [-tsu] [-type] <reg_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 | ||
-clock_edges | Return a list of clock edge IDs | ||
-delay_type <max_rise|max_fall|min_rise|min_fall> | Specify which type of micro delay to query | ||
-fanout_edges | Return a list of fanout edge IDs | ||
-is_latch | Return "1" if this is a latch node, or "0" otherwise | ||
-name | Return the object name | ||
-related_pin <related_pin_value> | Specify which register port you want the tsu/th/tco for | ||
-synch_edges | Return a list of synchronous edge IDs | ||
-tch | Return the Tch value | ||
-tcl | Return the Tcl value | ||
-tco | Return the Tco value | ||
-th | Return the Th value | ||
-tmin | Return the Tmin value | ||
-tsu | Return the Tsu value | ||
-type | Return the object type | ||
<reg_object> | Register object | ||
Description | Gets information about the specified register (referenced by register ID). Register IDs can be obtained by Tcl commands such as get_registers. The -type option returns "reg". The -name, -type, -tco, -tsu, -th, -tch, -tcl, -tmin, -clock_edges, -synch_edges, -asynch_edges, -fanout_edges and -is_latch options are mutually exclusive. |
||