Synthesis command
Format name used to write the synthesis command
Model Configuration Pane: EDA Tool Scripts
Description
Format name passed to fprintf
to write the synthesis command.
Dependencies
To use this setting, the Choose synthesis tool or HDLSynthTool
property must be set to a value other than None
.
Settings
Default: none.
Your choice of synthesis tool (from the Choose synthesis tool menu) sets the Synthesis command string. The content of the string is specific to the selected synthesis tool.
The default is a format string passed to fprintf
to write the Cmd
section of the synthesis script. The implicit argument, %s
, is the file name of the entity or module. The command is iterated for each generated file.
To avoid issues when generating synthesis scripts for various tools, retain both format specifiers (%s
).
Tips
To set this property, use the functions hdlset_param
or makehdl
. To view the property value, use
the function hdlget_param
.
Recommended Settings
No recommended settings.
Programmatic Use
Parameter: HDLSynthCmd |
Type: character vector |
Default: none |
Version History
Introduced in R2012a