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

Add Surelog AST->UHDM SystemVerilog Constraints support #315

Open
alaindargelas opened this issue Apr 22, 2020 · 2 comments
Open

Add Surelog AST->UHDM SystemVerilog Constraints support #315

alaindargelas opened this issue Apr 22, 2020 · 2 comments

Comments

@alaindargelas
Copy link
Collaborator

Populate UHDM with all the SystemVerilog constraints objects from the Surelog AST and internal (new) datastructures.
Related to issue: https://github.com/alainmarcel/UHDM/issues/185

@alaindargelas
Copy link
Collaborator Author

See:

https://github.com/alainmarcel/Surelog/blob/master/src/DesignCompile/CompileStmt.cpp
As an example for supporting SystemVerilog constructs,

https://github.com/alainmarcel/Surelog/blob/master/src/DesignCompile/CompileModule.cpp
For examples on how to process the AST (Derived verbatim from the grammar/SV3_1aParser.g4)
Use -d ast to get a debug dump of the AST

https://github.com/alainmarcel/Surelog/blob/master/src/DesignCompile/UhdmWriter.cpp
To add the new UHDM data model dumps.
Use -d uhdm to get a dump of the UHDM database.

@alaindargelas
Copy link
Collaborator Author

@LoJeff are you ready to take a task like this one (with help)?

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

1 participant