Display HDL block parameters with nondefault values
hdldispblkparams(path)
hdldispblkparams(path,'all')
hdldispblkparams(
displays,
for the specified block, the names and values of HDL parameters that
have nondefault values.path
)
hdldispblkparams(
displays,
for the specified block, the names and values of all
HDL block parameters.path
,'all'
)
|
Path to a block or subsystem in the current model. Default: None |
|
If you specify |
The following example displays nondefault HDL block parameter settings for a Sum of Elements block).
hdldispblkparams('simplevectorsum/vsum/Sum of Elements')
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% HDL Block Parameters ('simplevectorsum/vsum/Sum of Elements') %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Implementation Architecture : Linear Implementation Parameters InputPipeline : 1
The following example displays HDL block parameters and values for the currently selected block, a Sum of Elements block.
hdldispblkparams(gcb,'all')
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% HDL Block Parameters ('simplevectorsum/vsum/Sum of Elements') %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Implementation Architecture : Linear Implementation Parameters InputPipeline : 0 OutputPipeline : 0