Main Content
Simulation file postfix
Postfix to append to the DUT or test bench name
Model Configuration Pane: EDA Tool Scripts
Description
Specify a postfix to append to the DUT or test bench name to form the simulation script file name.
Settings
_sim.do
(default)Default: _sim.do
For example, if the name of the device under test or test bench is my_design
, HDL Coder™ adds the postfix _sim.do
to form the name my_design_sim.do
.
Tips
To set this property, use the functions hdlset_param
or makehdl
. To view the property value, use
the function hdlget_param
.
Recommended Settings
No recommended settings.
Programmatic Use
Parameter: HDLSimFilePostfix |
Type: character vector |
Default: '_sim.do' |
Version History
Introduced in R2012a