Scripting

cmp get_delays_from_clocks (Tcl Script API Function)



The cmp get_delays_from_clocks function has the following format:

Syntax cmp get_delays_from_clocks <node id>
Arguments

<node id>

A number, one of the members of the array returned by the command cmp get_timing_nodes.

Return Value

Code Name Code String Return
TCL_OK 0

list of <source node><longest delay> ns <shortest delay> ns in the following form:
<source node 1> <longest delay 1> ns <shortest delay 1> ns {<source node 2> <longest delay 2>ns <shortest delay 2>ns} {...}

TCL_ERROR 1 wrong # args. Usage: cmp get_delays_from_clocks node_id
Description Returns the delays from each source clock to a register.


Back to Top

- PLDWorld -

 

Created by chm2web html help conversion utility.