Simulation initialization
Format name used to write the initialization section of the simulation script
Model Configuration Pane: EDA Tool Scripts
Description
Format name passed to fprintf to write the initialization section of the simulation script.
Settings
['onbreak resume\nonerror resume\n'] (default)Default: The default is
['onbreak resume\nonerror resume\n']
The Init phase of the script performs required setup actions, such as creating a design library or a project file.
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: HDLSimInit |
| Type: character vector |
Default: ['onbreak resume\nonerror resume\n'] |
Version History
Introduced in R2012a