Main Content

Simulation waveform viewing command

Waveform viewing command written to simulation script

Model Configuration Pane: EDA Tool Scripts

Description

Specify the waveform viewing command written to simulation script.

Settings

add wave sim:%s\n (default)

Default: add wave sim:%s\n

The implicit argument, %s, adds the signal paths for the DUT top-level input, output, and output reference signals.

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: HDLSimViewWaveCmd
Type: character vector
Default: 'add wave sim:%s\n'

Version History

Introduced in R2012a