HDLSimCmd

Specify command written to simulation script

Settings

'Simulation command'

Default: 'vsim -novopt %s.%s\n'.

Specify the command written to simulation script as a character vector. If your TargetLanguage is 'VHDL', the first implicit argument is the value of VHDLLibraryName. If your TargetLanguage is 'Verilog', the first implicit argument is 'work'.

The second implicit argument is the top-level module or entity name.

Set or View This Property

To set this property, use hdlset_param or makehdl. To view the property value, use hdlget_param.