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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
@LoJeff are you ready to take a task like this one (with help)?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: