Specify postfix appended to file name for generated Mentor Graphics ModelSim compilation scripts
'
Compilation file
postfix
'
Default:'_compile.do'
.
Specify the postfix as a character vector. HDL Coder™ appends the postfix to the file name for generated Mentor Graphics® ModelSim® compilation scripts.
For example, if the name of the device under test or test bench is
my_design
, HDL Coder adds the
postfix _compile.do
to form the name
my_design_compile.do
.
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.