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

Implement SystemRDL Constraints #47

Open
amykyta3 opened this issue Mar 23, 2020 · 2 comments
Open

Implement SystemRDL Constraints #47

amykyta3 opened this issue Mar 23, 2020 · 2 comments
Labels
feature New feature or request
Milestone

Comments

@amykyta3
Copy link
Member

SystemRDL 2.0's constraints is the last major feature that is currently unimplemented. Currently, any RDL that contains a constraint block will fail to compile.

  • An elaborated constraint is exposed to the user as an abstract syntax tree (AST)
  • Since most users will simply want to dump the constraint to SystemVerilog, provide a built-in framework to do so.
    • Will require a mechanism for user-defined reference resolution.
  • Provide some level of constraint validation.
@amykyta3 amykyta3 added the feature New feature or request label Mar 23, 2020
@amykyta3 amykyta3 self-assigned this Mar 23, 2020
@amykyta3 amykyta3 added this to the v2.0.0 milestone Apr 2, 2021
@hgdangkhoi
Copy link

Do you have an ETA on when this will be implemented? Thanks!

@amykyta3
Copy link
Member Author

Not sure. This feature is a pretty low priority for me.

@amykyta3 amykyta3 removed their assignment Sep 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Development

No branches or pull requests

2 participants