Syntax |
get_ports <port_list> |
Arguments
|
<port_list> |
List of ports, for example, {pin1 pin2 ...} . The <port_list> cannot contain wildcards. Required. |
|
Return Value
|
Code Name |
Code |
String Return |
TCL_ERROR |
1 |
A Tcl transaction is in progress and must be completed before executing: |
TCL_ERROR |
1 |
Project has no active compiler setting |
TCL_ERROR |
1 |
No project is currently open |
|
Description |
Returns the list of ports as specified in the <port_list>. Current support is limited to returning the input list as the output. When no <port_list> is specified, the command returns nothing.
|