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.
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;
https://github.com/google/verible (Yacc + Bison based)
https://github.com/alainmarcel/Surelog (ANTLR based)
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.