Scripting

cmp get_selected_nodes (Tcl Script API Function)



The cmp get_selected_nodes function has the following format:

Syntax cmp get_selected_nodes  [<format>]

Arguments

<format>

Format is an optional argument used to select nodes and can be specified in the following forms. The default argument is name.

  name Returns list of node names.
  timing_id Returns list of integer timing node ids.

Return Value

Code Name Code String Return
TCL_OK 0

 

TCL_ERROR 0

project has no active compiler setting

TCL_ERROR 0

no project is currently open

TCL_ERROR 1 wrong # args: should be "get_selected_nodes format
Description Returns a list of the nodes currently selected in the Floorplan Editor. If you specify timing_id as an argument, you must have already performed analysis and synthesis, which you can perform with the command cmp start analysis_and_synthesis.


Back to Top

- PLDWorld -

 

Created by chm2web html help conversion utility.