Open
Description
Describe the bug
Verilog linter on WSL is not running.
Environment (please complete the following information):
- OS: Windows 11 21H2
- VS Code version 1.96.2
- Extension version 1.15.5
- color themes: Ayu
- lint tools: wsl verilator etc.
Steps to reproduce
wire axes_sel_reg = cmd_addr[1:0];
wire cmd_x_sel = (axes_sel_reg == 2'd0);
Log
Attach the log generated while following the above steps
Expected behavior
Width RHS LHS mismatch should be notified. This code working well on Linux but do not work correctly on Windows running WSL2
Actual behavior
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.