Synthesis file postfix
Postfix to append to file name
Model Configuration Pane: EDA Tool Scripts
Description
Specify a postfix to append to file name for generated synthesis scripts.
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 pulldown menu) sets the postfix for generated synthesis file names to one of the following:
_ise.tcl |
_libero.tcl |
_precision.tcl |
_quartus.tcl |
_synplify.tcl |
_vivado.tcl |
_custom.tcl |
For example, if the DUT name is my_design
and the choice of synthesis tool is Synopsys Synplify Pro
, HDL Coder™ adds the postfix _synplify.tcl
to form the name my_design_synplify.tcl
.
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: HDLSynthFilePostfix |
Type: character vector |
Default: none |
Version History
Introduced in R2012a