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
OS: Ubuntu 22.04 (WSL) Vscode: 1.89.1 SystemVerilog: 0.13.9
module top ( input clk ); spi spi(clk); endmodule
module spi( input clk ); endmodule
If you rename the spi module, for example, to xyz, then "Go to definition" starts to work. What is this magical name "spi"?
The text was updated successfully, but these errors were encountered:
The problem seems to be when the module instance has same name as the module. Having the same issue.
Sorry, something went wrong.
No branches or pull requests
OS: Ubuntu 22.04 (WSL)
Vscode: 1.89.1
SystemVerilog: 0.13.9
If you rename the spi module, for example, to xyz, then "Go to definition" starts to work. What is this magical name "spi"?
The text was updated successfully, but these errors were encountered: