Scripting

cmp get_assignment_value (Tcl Script API Function)



The cmp get_assignment_value function has the following format:

Syntax cmp get_assignment_value <section_identifier> <source> <destination> <variable>
Arguments

<section_identifier>

The name of the section in the Compiler Settings File (.csf) where you want to get the value(s) for an assignment. If you want the assignment value(s) for all possible sections in the CSF, 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 the assignment value(s) for 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 the assignment value(s) for all possible statements, use empty double quotation marks ("").

<variable>

The keyword of the assignment with the value(s) you want.

Return Value
Code Name Code String Return
TCL_OK 0 <value(s)>
TCL_ERROR 1 project has no active compiler setting
TCL_ERROR 1 no project is currently open
TCL_ERROR 1 wrong # args: should be "get_assignment_value section_id source destination variable"
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 Returns the value(s) for the specified assignment in the specified section(s) and statement(s) of the project's current CSF.


Back to Top

- PLDWorld -

 

Created by chm2web html help conversion utility.