forked from llvm/circt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[circt-test] Add simple runner interface for choosing modes and depth (…
…llvm#7763) * 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.
- Loading branch information
Showing
3 changed files
with
48 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters