Syntax |
project end_batch <entity> |
Arguments |
<entity> |
The design entity that acts as the focus for compilation or simulation. If there is no design entity, use empty double quotation marks ("").
|
|
Return Value |
Code Name |
Code |
String Return |
TCL_OK |
0 |
project |
TCL_ERROR |
1 |
no project is currently open |
TCL_ERROR |
1 |
unable to end batch mode |
TCL_ERROR |
1 |
wrong # args: should be "end_batch entity" |
|
Description |
Used when many assignment commands (for example, project add_assignment ) are to be used in a script. Add this command after the set of commands. |