Specify command written to synthesis script
'
Synthesis command
'
Default: none.
Specify command written to synthesis script as a character vector.
Your choice of synthesis tool (see HDLSynthTool
) sets the synthesis command string. The default
is a formatted text string passed to fprintf
to
write the command section of the synthesis script. 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
.