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

Support simple symbolic constraints in trace constraints format #436

Open
danmatichuk opened this issue Aug 14, 2024 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@danmatichuk
Copy link
Collaborator

Currently the JSON formatting for constraints only supports symbolic identifiers, which are difficult to test programmatically since they are fairly unstable. For the purposes of testing it would be convenient if simple expressions could be passed to identify variables for constraints: e.g. write read_mem(0xdeadbeef) rather than trying to guess its symbolic identifier. This would not need to be a complete expression parser, but would only need to be sufficient to handle some cases in order to facilitate testing.

@danmatichuk danmatichuk self-assigned this Aug 14, 2024
@danmatichuk
Copy link
Collaborator Author

See failing PR #432 for why this is needed

@danmatichuk danmatichuk added the enhancement New feature or request label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant