Scripting

project get_all_parameters (Tcl Script API Function)



The project get_all_parameters function has the following format:

Syntax project get_all_parameters
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.

Return Value

Code Name Code String Return
TCL_OK 0 <value(s)>
TCL_ERROR 1 no project is currently open
TCL_ERROR 1 wrong # args: should be "get_all_parameters entity"
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 all parameters in the current project.


Back to Top

- PLDWorld -

 

Created by chm2web html help conversion utility.