Intel® Quartus® Prime Pro Edition User Guide: Platform Designer
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: mwh1409959180746
Ixiasoft
Visible to Intel only — GUID: mwh1409959180746
Ixiasoft
9.1.2.5. get_parameter_value
Description
Returns the current value of a parameter defined previously with the add_parameter command.Availability
Discovery, Edit, Elaboration, Validation, Generation, Composition, Fileset Generation, Parameter UpgradeUsage
get_parameter_value <parameter>Returns
The value of the parameter.Arguments
- parameter
- The name of the parameter whose value is being retrieved.
Example
set width [ get_parameter_value fifo_width ]
Notes
If AFFECTS_ELABORATION is false for a given parameter, get_parameter_value is not available for that parameter from the elaboration callback. If AFFECTS_GENERATION is false then it is not available from the generation callback.