Synthesis file postfix - Postfix to append to file name - MATLAB (original) (raw)
Main Content
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
none (default)
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
.
Recommended Settings
No recommended settings.
Programmatic Use
Parameter: HDLSynthFilePostfix |
---|
Type: character vector |
Default: none |
Version History
Introduced in R2012a