Select synthesis tool for which HDL Coder generates scripts
'
Synthesis tool
'
Default: 'None'
.
Specify the synthesis tool as a character vector. HDLSynthTool
enables or disables generation of scripts for third-party synthesis tools. By default,
HDL Coder™ does not
generate a synthesis script. To generate a script for one of the supported synthesis tools,
set HDLSynthTool
to one of the following:
The value of HDLSynthTool
also sets the postfix
(HDLSynthFilePostfix
) that the coder appends to generated synthesis
script file names.
Choice of HDLSynthTool Value... | Generates Script For... | Sets HDLSynthFilePostfix To... |
---|---|---|
|
N/A; script generation disabled |
N/A |
|
Xilinx® ISE |
|
|
Microsemi Libero |
|
|
Mentor Graphics® Precision |
|
|
Altera® Quartus II |
|
|
Synopsys® Synplify Pro® |
|
|
Xilinx Vivado® |
|
|
A custom synthesis tool |
|
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.