HDLSynthTool

Select synthesis tool for which HDL Coder generates scripts

Settings

'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:

Tip

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...

'None'

N/A; script generation disabled

N/A

'ISE'

Xilinx® ISE

'_ise.tcl'

'Libero'

Microsemi Libero

'_libero.tcl'

'Precision'

Mentor Graphics® Precision

'_precision.tcl'

'Quartus'

Altera® Quartus II

'_quartus.tcl'

'Synplify'

Synopsys® Synplify Pro®

'_synplify.tcl'

'Vivado'

Xilinx Vivado®

'_vivado.tcl'

'Custom'

A custom synthesis tool

'_custom.tcl'

Set or View This Property

To set this property, use hdlset_param or makehdl. To view the property value, use hdlget_param.