Select HDL lint tool for which HDL Coder generates scripts
'
Lint Tool
'
Default: 'None'
.
HDLLintTool
enables or disables generation of scripts for
third-party HDL lint tools. By default, HDL Coder™ does not
generate a lint script.
To generate a script for one of the supported lint tools, set
HDLLintTool
to one of the following:
HDLLintTool Option | Lint Tool |
---|---|
'None' | None. Lint script generation is disabled. |
'AscentLint' | Real Intent Ascent Lint |
'Leda' | Synopsys® Leda |
'SpyGlass' | Atrenta SpyGlass |
'Custom' | A custom lint tool. |
If you set HDLLintTool
to one of the supported third-party tools,
you can generate a Tcl script without setting HDLLintInit
,
HDLLintCmd
, and HDLLintTerm
to nondefault
values. If the HDLLintInit
, HDLLintCmd
, and
HDLLintTerm
have default values, HDL Coder automatically
writes tool-specific default initialization, command, and termination
strings to the Tcl script.
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.