Specify command written to compilation script for Verilog files
'
Compilation command
'
Default: 'vlog %s %s\n'
.
Specify command written to compilation script for Verilog® files
as a character vector. The two arguments are the contents of the SimulatorFlags
property
and the file name of the current module. To omit the flags, set SimulatorFlags
to ''
(the
default).
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.