EntityConflictPostfix

Specify postfix to duplicate VHDL entity or Verilog module names

Settings

'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.

Set or View This Property

To set this property, use hdlset_param or makehdl. To view the property value, use hdlget_param.

Was this topic helpful?