coala / coala-bears

Bears for coala
https://coala.io/
GNU Affero General Public License v3.0
295 stars 580 forks source link

Consider adding SystemVerilog support by collaborating with Verible + Surelog #2982

Open mithro opened 3 years ago

mithro commented 3 years ago

SystemVerilog is a very popular hardware description language (HDL). Google is working on improving the ecosystem around this language, including developing linting and code fixing tooling. It would be awesome for SystemVerilog to be supported via coala.

The two primary projects are;

We are also collaborating with the https://github.com/hdl organization to provide package of the tools via both containers and through conda. We are also looking at doing something similar to https://yowasp.github.io/ (which distributes WASM binaries through PyPi) in the future.

svenka3 commented 1 year ago

@mithro I share this interest with you :-) As a start I see Verilator Lint being supported. I would certainly like to add more. Let's pick this thread up and support SV with various linters out there!

Thanks