Skip to content

[BUG] run wsl verilator linting failed #512

Open
@liubenyuan

Description

@liubenyuan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions