Compile command for VHDL®
Format name used to write the Cmd
section of the compilation script
Model Configuration Pane: EDA Tool Scripts
Description
Format name passed to fprintf
to write the Cmd
section of the compilation script for VHDL files.
Settings
vcom %s %s\n
(default)Default: vcom %s %s\n
The command-per-file phase (Cmd
) of the script is called iteratively, once per generated HDL file. On each call, a different file name is passed in.
The two implicit arguments in the compile command are the contents of the SimulatorFlags
property and the file name of the current entity or module. To omit the flags, set SimulatorFlags
to ''
(the default).
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: HDLCompileVHDLCmd |
Type: character vector |
Default: 'vcom %s %s\n' |
Version History
Introduced in R2012a