-
Notifications
You must be signed in to change notification settings - Fork 215
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
Getting Error Unsupported: timing control statement in this location, for wait and @(posedge) statements #2253
Comments
The text in RED, is that the error message? I tried a couple of lines in the latest verible language server and I don't get these issues. I'm suspicious that you issue is something to do with Veridian. What do you get if you run |
This is what I get when I run the command. Yes, you are correct, the issue is not with verible but with veridian. Once I removed veridian, I no longer encountered those errors. conv_testbench.sv:2:8-13: Declared module does not match the first dot-delimited component of file name: "conv_testbench" [Style: file-names] [module-filename] |
Good to hear you have it sorted. |
IDE Version: NVIM v0.10.1
Tools: Neovim with Verible LSP
Additional Plugins: Veridian
Failed
Linting failed with Verible LSP while handling timing control statements like @(posedge clk) and wait.
Expectation
Verible LSP should handle timing control and wait statements without errors in Neovim.
I am getting unsupported timing control statement in this location and Unsupported wait statements. Verible LSP flagged valid SystemVerilog code with errors, specifically regarding timing control constructs.
The text was updated successfully, but these errors were encountered: