Specify text written to initialization section of synthesis script
'
Initialization
text
'
Default: none
Specify the text written to the synthesis script initialization as a character vector.
Your choice of synthesis tool (see HDLSynthTool
) sets the synthesis script initialization
string. The default is a formatted text passed to
fprintf
to write the initialization section of the synthesis script.
The default is a synthesis project creation command. The implicit argument is the top-level
module or entity name. The content of the string is specific to the selected synthesis
tool.
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.