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