-
Notifications
You must be signed in to change notification settings - Fork 624
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
SystemVerilog reports 'type' rather than port name #2576
Comments
Thank you for reporting. |
Watch #2413. |
You can help the development with your knowledge about SystemVerilog. |
I don't feel qualified based on #2494. So there is currently no dedicated SystemVerilog parser owner? There will be a lot of adoption when it is more reliable. It's already much better than the Exuberant + hacks. |
Yes. We have no active maintainer for the parser other than I (but not dedicated). |
The name of the parser:
SystemVerilog
The command line you used to run ctags:
$ ctags --language-force=SystemVerilog *.sv
The content of input files:
The tags output you are not satisfied with:
The tags output you expect:
The version of ctags:
How do you get ctags binary:
(
a) Building it locally, via GNU/Linux distribution, as BSD's package,
b) win32 binary taken from Universal-ctags/ctags-win32 project
a) and b) - fails same
)
Here's another wrinkle: When I concatenate both pack.sv and port.sv into a single-file it works correctly!
pack.sv.txt
port.sv.txt
The text was updated successfully, but these errors were encountered: