Specify command written to HDL lint script
'
Script command
'
Default: ''
Specify the command written to the HDL lint Tcl script as a
character vector. The command must contain %s
,
which is a placeholder for the HDL file name.
If HDLLintCmd
is set to the default value, ''
,
and you set HDLLintCmd
to one of the supported
third-party tools, HDL Coder™ automatically inserts a tool-specific
default command string in the Tcl script.
If you set HDLLintTool
to Custom
,
you must use %s
as a placeholder for the HDL file
name in the generated Tcl script. Specify HDLLintCmd
using
the following format:
custom_lint_tool_command -option1 -option2 %s
To set this property, use hdlset_param
or makehdl
. To view the property value, use hdlget_param
.