linter-vhdl

Vhdl linter

Sebastien Lacoste

7,751

5

1.3.0

MIT

GitHub

This package provides the following services:

VHDL linter

Small atom linter for the VHDL language.

Requirements

Install

You can install through the CLI by doing:

$ apm install linter-vhdl

Or you can install from Settings view by searching for vhdl.

Custom ghdl arguments

You can provide custom arguments to the vhdl executable by adding a comment at the top of the file

-- args: [arguments]

Exemple

-- args: --ieee=synopsys

Config