Scripting

project remove_parameter (Tcl Script API Function)



The project remove_parameter function has the following format:

Syntax project remove_parameter <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 you want to remove. If there is no destination name, use empty double quotation marks ("").

<name>

The name of the parameter you want to remove.

Return Value

Code Name Code String Return
TCL_OK 0 project parameter removed
TCL_ERROR 1 unable to remove project parameter(s)
TCL_ERROR 1 unable to find entity: <entity name>
TCL_ERROR 1 no project is currently open
TCL_ERROR 1 wrong # args: should be "remove_parameter entity destination name"
TCL_ERROR 1 unable to write to disk
TCL_ERROR 1 illegal or missing entity
Description Removes the specified parameter from the current project.


Back to Top

- PLDWorld -

 

Created by chm2web html help conversion utility.