Complex imaginary part postfix
Text to append to imaginary part of complex signal names
Model Configuration Pane: Global Settings / General
Description
Specify character vector to append to imaginary part of complex signal names.
Settings
'_im'
(default) | character vectorDefault: '_im'
Enter a character vector to be appended to the names generated for the imaginary part of complex signals.
Tips
To set this property, use the functions hdlset_param
or makehdl
. To view the property value, use
the function hdlget_param
.
To append a postfix '_impart'
to the generated pipeline register names, use either of these methods:
Pass the property as an argument to the
makehdl
function.makehdl(gcb,'ComplexImagPostfix','_impart')
When you use
hdlset_param
, you can set the parameter on the model and then generate HDL code usingmakehdl
.hdlset_param(gcs,'ComplexImagePostfix','_impart') makehdl('myDUT')
Recommended Settings
No recommended settings.
Programmatic Use
Parameter: ComplexImagPostfix |
Type: character vector |
Default: '_im' |
Version History
Introduced in R2012a