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 simple runner interface for choosing modes and depth #7763

Merged
merged 2 commits into from
Nov 5, 2024

Commits on Nov 1, 2024

  1. [circt-test] Add simple runner interface for choosing modes and depth

    * Maintains default behavior of using `cover`, `bmc`, and `induction`
      tasks, but allows the user to supply a custom comma-separated `mode`
      string selecting specific tasks.  NOTE: The runner script still
      expects mode to be some subset of the above three.
    * Adds a depth attribute/parameter for controlling bound or induction
      factor.  For now, this parameter is shared across all tasks.
    leonardt committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    f454c92 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Python format

    leonardt committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    6d29fad View commit details
    Browse the repository at this point in the history