manucorporat / linter-verilog

Atom linter for Verilog, using icarus verilog.
https://atom.io/packages/linter-verilog
MIT License
9 stars 6 forks source link

Add verible as a linter tool (feature request) #16

Open mithro opened 4 years ago

mithro commented 4 years ago

You might want to checkout Verible. It provides a linter which works with SystemVerilog files (as well as basic Verilog).

mithro commented 4 years ago

BTW It should be possible to get Verible / Icarus / Verilator / Surelog to output message formats in a common way. There has been some work on making that happen as part of our sv-tests project (which is looking at understanding the state of SystemVerilog support in open source tools).

a2k-hanlon commented 4 years ago

Hi @mithro,

From the look of things in this repo, linter-verilog hasn't been maintained since 2016.

Nonetheless, thank you for your suggestions! I've put together a new package based on linter-verilog and linter-verilator that brings the linter-verilog functionality up to date and adds a few new features. I might look into adding support for Verible as you suggest. If you like, please add a similar issue to my repo here: https://github.com/a2k-hanlon/linter-veriloghdl

Cheers!

mithro commented 4 years ago

Created https://github.com/a2k-hanlon/linter-veriloghdl/issues/1 as requested!