Specify simulator flags to apply to generated compilation scripts
'
compilation simulator
flags
'
Default: ''
Specify simulator flags to apply to generated compilation scripts as a character vector.
The simulator flags are specific to your application and the simulator you are using. For
example, if you must use the 1076–1993 VHDL® compiler, specify
the flag -93
.
The flags you specify with this option are added to the compilation command in generated
compilation scripts. The simulation command is specified by the
HDLCompileVHDLCmd
or HDLCompileVerilogCmd
properties.
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.