Scripting

cmp start_batch (Tcl Script API Function)



The cmp start_batch function has the following format:

Syntax cmp start_batch
Arguments

None.

Return Value

Code Name Code String Return
TCL_OK 0

cmp

TCL_ERROR 1 no project is currently open
TCL_ERROR 1 project has no active compiler settings
TCL_ERROR 1 unable to start batch mode
TCL_ERROR 1 wrong # args: should be "start_batch"
Description Used when a sequence of assignment commands (for example, cmp add_assignment) or timing analysis commands (for example, cmp get_timing_nodes) are used in a script. Add this command before the set of commands. Add cmp end_batch after the set of commands. If cmp end_batch is not included, the assignment commands do not execute.


Back to Top

- PLDWorld -

 

Created by chm2web html help conversion utility.