Specify postfix to duplicate VHDL entity or Verilog module names
'
postfix
'
Default: '_block'
Specify the postfix as a character vector. The postfix resolves duplicate VHDL® entity or Verilog® module names.
For example, if HDL Coder™ detects two entities with the
name MyFilter
, the coder names the first entity MyFilter
and
the second entity MyFilter_block
.
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.