Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 630 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 630 Bytes

VHDL linter

Small atom linter for the VHDL language.

Requirements

  • Linter atom package
  • A VHDL compiler (ghdl is recommended)

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

  • VHDL compiler path (default: ghdl)
  • Compile on lint (default: false)