Syntax |
cmp locate <name> <Quartus® II editor> |
Arguments |
<name>
|
The name of the node you want to locate.
|
<Quartus II editor> |
The name of the Quartus II editor where you want to locate the node. This argument must be one of two values: text or floorplan . Do not include the word editor . |
|
Return Value |
Code Name |
Code |
String Return |
TCL_OK |
0 |
|
TCL_ERROR |
1 |
unable to locate |
TCL_ERROR |
1 |
project has no active compiler setting |
TCL_ERROR |
1 |
no project is currently open |
TCL_ERROR |
1 |
wrong # args: should be "locate name editor_type" |
|
Description |
Locates the specified node in the specified Quartus II editor. |