Main Content

Simulation termination

Format name used to write the termination portion of the simulation script

Model Configuration Pane: EDA Tool Scripts

Description

Format name passed to fprintf to write the termination portion of the simulation script.

Settings

run -all\n (default)

Default: run -all\n

The termination phase (Term) is the final execution phase of the script. One application of this phase is to execute a simulation of HDL code that was compiled in the Cmd phase. The Term phase does not take arguments.

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: HDLSimTerm
Type: character vector
Default: 'run -all\n'

Version History

Introduced in R2012a