Specify postfix appended to file name for generated synthesis scripts
'
file name postfix
'
Specify HDLSynthTool
as a character vector.
Default: The value of HDLSynthFilePostfix
normally defaults to a
string that corresponds to the synthesis tool that HDLSynthTool
specifies.
For example, if the value of HDLSynthTool
is
'Synplify'
, HDLSynthFilePostfix
defaults to
'_synplify.tcl'
. Then, if the name of the device under test is
my_design
, HDL Coder™ adds the
postfix _synplify.tcl
to form the synthesis script file name
my_design_synplify.tcl
.
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.