hdlset_param
R2026bSet HDL-related parameters at model or block level
Description
hdlset_param(
sets HDL-related parameters in the block or model referenced by
path,Name=Value)path. The parameters to be set, and their values, are
specified with one or more name-value arguments.
Examples
Input Arguments
Name-Value Arguments
Tips
When you set multiple parameters on the same model or block, use a single
hdlset_paramcommand that has multiple pairs of arguments, rather than multiplehdlset_paramcommands. This technique is more efficient because using a single call requires evaluating parameters only once.To set HDL block parameters for multiple blocks, use the
find_systemfunction to locate the blocks of interest. Then, use a loop to iterate over the blocks and callhdlset_paramto set the parameters.
Version History
Introduced in R2010b