Skip to content

graphman65/linter-vhdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)