We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Verilog linter on WSL is not running.
Environment (please complete the following information):
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Verilog linter on WSL is not running.
Environment (please complete the following information):
Steps to reproduce
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.
The text was updated successfully, but these errors were encountered: