Scripting

cmp logiclock_list_nodes (Tcl Script API Function)



The cmp logiclock_list_nodes function has the following format:

Syntax cmp logiclock_list_nodes   <source> <dest> [<exclude_source> <exclude_dest> <exclude_node>]
Arguments

<source>

Name of the node specified as the source. Use a wildcard character or the hierarchical path name.

<dest>

Name of the node specified as the destination. Use a wildcard character or the hierarchical path name.

<exclude_source>

The value that specifies whether to exclude the source node name. If the value for source is 1, the source is excluded. The default value is 0, which includes the source. An optional argument.

<exclude_dest>

The value that specifies whether to exclude the destination node name. If the value for source is 1, the destination is excluded. The default value is 0, which includes the destination. An optional argument.

<exclude_node>

Node name that excludes all paths that pass through the node. Paths that contain the specified node are excluded. Use a wildcard character or the hierarchical path name. An optional argument.

Return Value

Code Name Code String Return
TCL_OK 0 list of nodes completed
TCL_ERROR 1 list of nodes failed
TCL_ERROR 1 project has no active compiler setting
TCL_ERROR 1 no project is currently open
TCL_ERROR 1 wrong # args: should be "logiclock_list_nodes source dest [exclude_source exclude_dest exclude_node]"
Description Lists wildcard or path-based nodes in a LogicLock region that match the criteria you specify.


Back to Top

- PLDWorld -

 

Created by chm2web html help conversion utility.