31 December 2020
Verilog Lint with Verilator
Hardware design can be unforgiving, so it pays to use any advantage you can get. Verilator is a Verilog simulator and C++ compiler that also supports linting: statically analysing your designs for issues. Not only can Verilator spot problems your synthesis tool might overlook, but it also runs quickly.
Updated 2021-04-01. Feedback to @WillFlux is most welcome.
Installing Verilator Verilator is available in most Linux distribution repos and will run on Windows Subsystem for Linux.
Read more