Main Content
Lint command
Command for HDL lint script
Model Configuration Pane: EDA Tool Scripts
Description
Enter the command for your HDL lint script.
Settings
none (default)
Default: none
Tips
To set this property, use the functions hdlset_param
or makehdl
. To view the property value, use
the function hdlget_param
.
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
Recommended Settings
No recommended settings.
Programmatic Use
Parameter: HDLLintCmd |
Type: character vector |
Default: none |
Version History
Introduced in R2013b