Choose HDL lint tool - Generation of an HDL lint script - MATLAB (original) (raw)
Main Content
Generation of an HDL lint script
Model Configuration Pane: EDA Tool Scripts
Description
Enable or disable generation of an HDL lint script, and select the HDL lint tool for which HDL Coder™ generates a script.
After you select an HDL lint tool, the Lint initialization, Lint command and Lint termination fields are enabled.
Dependencies
If you set the HDL lint tool to one of the supported third-party tools, you can generate a Tcl script without setting Lint initialization, Lint command, and Lint termination to nondefault values. If the Lint initialization, Lint command, and Lint termination have default values, HDL Coder automatically writes tool-specific default initialization, command, and termination strings to the Tcl script.
Settings
None
(default) | Ascent Lint
| HDL Designer
| Leda
| SpyGlass
| Custom
Default: None
None
When you selectNone
, the code generator does not generate a lint script. The code generator clears and disables the fields in the Lint script pane.
Ascent Lint
Generate a lint script for Real Intent Ascent Lint.
HDL Designer
Generate a lint script for Siemens® HDL Designer.
Leda
Generate a lint script for Synopsys® Leda.
SpyGlass
Generate a lint script for Atrenta SpyGlass.
Custom
Generate a custom synthesis script.
Recommended Settings
No recommended settings.
Programmatic Use
Parameter: HDLLintTool | |||
---|---|---|---|
Type: character vector | |||
Value: 'None' | 'AscentLint' | 'Leda' | 'SpyGlass' | 'Custom' |
Default: 'None' |
Version History
Introduced in R2013b