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

Is there a plan to support System Verilog features like Classes/Constraints/Interfaces? #239

Open
jainamq opened this issue Mar 15, 2022 · 1 comment

Comments

@jainamq
Copy link

jainamq commented Mar 15, 2022

Hello,
We are exploring if Moore can be used to generate AST for the System Verilog Test Bench code as well. Is there a plan to support AST generation for Classes/Constraints/Interfaces?

Regards
Jainam

@fabianschuiki
Copy link
Owner

Hey @jainamq! Yes this is definitely a design goal of Moore. The parser doesn't really cover this part of the standard well at the moment, and there might be a few things that need to be added to LLHD and CIRCT to be able to fully capture what these parts of SV can do. Interfaces already work to some degree, mostly if you use them as signal bundle. But more advanced things like embedded tasks and declarations, and virtual interfaces, doesn't work yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants