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

Adding slang as SystemVerilog linter #573

Open
astrollo opened this issue Jan 26, 2024 · 1 comment
Open

Adding slang as SystemVerilog linter #573

astrollo opened this issue Jan 26, 2024 · 1 comment
Labels
enhancement New feature or request linter

Comments

@astrollo
Copy link

The feature is not related to a problem

Describe the solution you'd like
It would be nice to include slang (https://github.com/MikePopoloski/slang) as an additional linter to teros HDL. Currently, slang is the most compliant SystemVerilog open source frontend.

@astrollo astrollo added the enhancement New feature or request label Jan 26, 2024
@AndrewNolte
Copy link

I think slang is best positioned to be the best option for analyzing verilog because of speed and compliance. It could also be used to analyze drivers/loads, dependency tree, etc. Right now this can sort of be achieved through tying together scripts (see this exension), but I think it would be best if a proper language server were made with slang, rather than a bunch of binaries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request linter
Projects
None yet
Development

No branches or pull requests

3 participants