Simulation termination - Format name used to write the termination portion of the simulation script - MATLAB (original) (raw)

Main Content

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.

No recommended settings.

Programmatic Use

Parameter: HDLSimTerm
Type: character vector
Default: 'run -all\n'

Version History

Introduced in R2012a