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

[circt-test] Add runner for circt-bmc #7857

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Commits on Nov 21, 2024

  1. [circt-test] Add runner for circt-bmc

    Add a runner script for `circt-bmc` to circt-test. This allows CIRCT's
    own model checker to be used to verify `verif.formal` operations in MLIR
    inputs. The user currently has to pass the runner to circt-test
    explicitly using the `-r` option. In the future, we'll want to add a
    mechanism to circt-test to list available runners, check if the needed
    software is installed on the system, and configure new local runners
    through some config file.
    fabianschuiki committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    92ce587 View commit details
    Browse the repository at this point in the history