Specify postfix appended to identifiers for entities, signals, constants, or other model elements that conflict with VHDL or Verilog reserved words
'
postfix
'
Default: '_rsvd'
.
Specify the postfix as a character vector.
The reserved word postfix is applied to identifiers (for entities,
signals, constants, or other model elements) that conflict with VHDL® or Verilog® reserved
words. For example, if your generating model contains a signal named mod
, HDL Coder™ adds
the postfix _rsvd
to form the name mod_rsvd
.
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.