Scripting

project get_parameter_value (Tcl Script API Function)



The project get_parameter_value function has the following format:

Syntax project get_parameter_value <entity> <destination> <name>
Arguments

<entity>

The design entity name. If there is no design entity, use empty double quotation marks (""). If you specify a design entity, the Quartus® II software lists only the assignments from the Entity Settings File (.esf) for the design entity. Otherwise, the Quartus II software lists assignments from the Project Settings File (.psf) and Project Configuration File (.quartus) for the project, and not assignments from any ESF.

<destination>

The statement containing the destination of the parameter. If there is no destination name, use empty double quotation marks ("").

<name>

The name of the parameter for which to get the value.

Return Value

Code Name Code String Return
TCL_OK 0 <value>
TCL_ERROR 1 no project is currently open
TCL_ERROR 1 wrong # args: should be "get_parameter_value entity destination name"
TCL_ERROR 1 unable to write to disk
TCL_ERROR 1 illegal or missing entity
TCL_ERROR 1 unable to find entity: <entity name>
Description Returns the value of the specified parameter in the current project.


Back to Top

- PLDWorld -

 

Created by chm2web html help conversion utility.