Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] run wsl verilator linting failed #512

Open
liubenyuan opened this issue Dec 25, 2024 · 1 comment
Open

[BUG] run wsl verilator linting failed #512

liubenyuan opened this issue Dec 25, 2024 · 1 comment
Labels

Comments

@liubenyuan
Copy link

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.

@liubenyuan liubenyuan added the bug label Dec 25, 2024
@zoomer-k
Copy link
Contributor

zoomer-k commented Feb 4, 2025

I check it
v 1.14.2 OK
v 1.14.3 NG

debug console output verilators result, but not show in code

pull request
#491
issue
#489

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants