Specify the character vector to append to real part of complex signal names.
Default:
'_re'
Enter a text to be appended to the names generated for the real part of complex signals.
Property:
ComplexRealPostfix |
Type: character vector |
Default:
'_re' |
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.
Specify character vector to append to imaginary part of complex signal names.
Default:
'_im'
Enter a character vector to be appended to the names generated for the imaginary part of complex signals.
Property:
ComplexImagPostfix |
Type: character vector |
Default:
'_im' |
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.