Small atom linter for the VHDL language.
You can install through the CLI by doing:
$ apm install linter-vhdl
Or you can install from Settings view by searching for vhdl
.
You can provide custom arguments to the vhdl executable by adding a comment at the top of the file
-- args: [arguments]
-- args: --ieee=synopsys
- VHDL compiler path (default: ghdl)
- Compile on lint (default: false)