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

Improve Workflow and Error Messages #13

Open
dz333 opened this issue Nov 7, 2019 · 0 comments
Open

Improve Workflow and Error Messages #13

dz333 opened this issue Nov 7, 2019 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@dz333
Copy link
Collaborator

dz333 commented Nov 7, 2019

Currently, typechecking SIRRTL requires an external call to the Z3 SMT solver, which is not executed by the compiler. Furthermore, relating SMT failures to IFC errors in the original circuit is nontrivial, especially for implicit flows.

This issue tracks the following:

  • Integrate SMT checking into the compiler directly (but still by using an external dependency, such as Z3)
  • Integrate support for multiple SMT backends (maybe not necessary due to the dominance of Z3 in practice)
  • Improve error reporting given Z3 satisfiability counterexamples.
@dz333 dz333 added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 7, 2019
@dz333 dz333 mentioned this issue Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant