Specify text written to initialization section of compilation script
'
Initialization
text
'
Default: 'vlib %s\n'
.
Specify text written to initialization section of compilation script as a character
vector. If your TargetLanguage
is VHDL
, the implicit
argument, %s
, is the contents of the VHDLLibraryName
property. If your TargetLanguage
is Verilog
, the
implicit argument is work
.
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.