Scripting

sim add_assignment (Tcl Script API Function)



The sim add_assignment function has the following format:

Syntax sim add_assignment <section_identifier> <source> <destination> <variable> <value>
Arguments

<section_identifier>

The name of the section in the Simulator Settings File (.ssf) that contains the assignment. If you want to add or change the assignment in all possible sections in the SSF, use empty double quotation marks ("").

<source>

If required, the first statement in a range of statements that contain the assignment. If there is no range, or you want to change the assignment in all possible statements, use empty double quotation marks ("").

<destination>

The statement containing the assignment, or, for a range of statements, the last statement in the range. If you want to change the assignment in all possible statements, use empty double quotation marks ("").

<variable>

The keyword for the assignment you want to add or change.

<value>

The value you want to assign to the <variable> assignment.

Return Value

Code Name Code String Return
TCL_OK 0 assignment made
TCL_OK 0 duplicate found and replaced
TCL_ERROR 1 unable to make simulator setting assignment
TCL_ERROR 1 project has no active simulator setting
TCL_ERROR 1 no project is currently open
TCL_ERROR 1 wrong # args: should be "add_assignment section_id source destination variable value"
TCL_ERROR 1 section identifier is required but was not specified
TCL_ERROR 1 section identifier was specified but is not required
TCL_ERROR 1 illegal or missing destination
TCL_ERROR 1 unable to write to disk
Description Adds the specified assignment to or changes the specified assignment in the specified section(s) and statement(s) of the project's current SSF.


Back to Top

- PLDWorld -

 

Created by chm2web html help conversion utility.