mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-22 21:05:30 +00:00
Add documentation for smtbmc engine --anybase option
This commit is contained in:
parent
79634d5016
commit
ba859012a9
1 changed files with 8 additions and 0 deletions
|
@ -231,6 +231,14 @@ the following options:
|
|||
+-----------------+---------------------------------------------------------+
|
||||
| ``--progress`` | Enable Yosys-SMTBMC timer display. |
|
||||
+-----------------+---------------------------------------------------------+
|
||||
| ``--anybase`` | Generate an arbitrary basecase trace in ``prove`` mode, |
|
||||
| | instead of one derived from the starting conditions. |
|
||||
| | (This provides a weaker proof that there exists some |
|
||||
| | basecase for which the assertions hold. |
|
||||
| | This is powerful when combined with a separate proof |
|
||||
| | that the assertions hold for ``depth`` cycles after |
|
||||
| | reset). |
|
||||
+-----------------+---------------------------------------------------------+
|
||||
|
||||
Any SMT2 solver that is compatible with ``yosys-smtbmc`` can be passed as
|
||||
argument to the ``smtbmc`` engine. The solver options are passed to the solver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue