Scripting

cmp get_timing_nodes (Tcl Script API Function)



The cmp get_timing_nodes function has the following format:

Syntax cmp get_timing_nodes <node type>
Arguments

<node type>

The node type argument allows you to filter a node list query by node type. The legal values are all, reg, pin, clk, and comb for all nodes, register nodes, pin nodes, clock nodes, and combinatorial nodes respectively.

Return Value

Code Name Code String Return
TCL_OK 0

<list of node ids>

TCL_ERROR 1 wrong # args. Usage: cmp get_timing_nodes node_type
Description Returns a list of node ids from the timing analysis network. Node names can be obtained by using the cmp get_timing_node_info function.


Back to Top

- PLDWorld -

 

Created by chm2web html help conversion utility.