Main Content
hdlget_param
Return value of specified HDL block-level parameter for specified block
Description
gets the value of a specified HDL property of the block or subsystem and returns the value
to the output variable.p
= hdlget_param(block_path
,prop
)
Examples
Input Arguments
Output Arguments
Tips
Use
hdlget_param
to obtain the value of HDL block parameters. For a list of block implementation parameters, see HDL Block Properties: General.Use
hdldispmdlparams
to see the values of HDL model parameters. To obtain the value of general model parameters, use theget_param
function.
Version History
Introduced in R2010b