Skip to content

Atom linter for Verilog/SystemVerilog, using Verilaor

License

Notifications You must be signed in to change notification settings

tarikgraba/linter-verilog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linter-verilog

Atom linter for Verilog and SystemVerilog using Verilaror.

There is also an option use Icarus Verilog which only supports old Verilog.

Screenshot

Installation

  1. Install one of the supported simulators

Verilator and iverilog/icarus-verilog are both opensource softwares and you should find a corresponding package for your Linux Distribution.

On Debian derivatives, it should be as easy as:

$ apt-get install verilator
$ apt-get install iverilog

On MacOs, they should be available using brew.

If you are writing SystemVerilog, you will have to install Verilator as iverilog does not support recent Verilog Syntax.

  1. Install the atom package:

From the Install pane of the Settings menu or through the command line:

$ apm install linter-verilog

About

Atom linter for Verilog/SystemVerilog, using Verilaor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%