mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-22 12:55:30 +00:00
Add "skip" options (smtbmc only)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
7ff783598f
commit
bf47da495b
3 changed files with 21 additions and 2 deletions
|
@ -159,6 +159,10 @@ options are:
|
|||
| | | engine. Other engines ignore this option in ``prove`` |
|
||||
| | | mode. Default: ``20`` |
|
||||
+------------------+------------+---------------------------------------------------------+
|
||||
| ``skip`` | ``bmc``, | Skip the specified number of time steps. Only valid |
|
||||
| | ``cover`` | with smtbmc engine. All other engines are disabled when |
|
||||
| | | this option is used. Default: None |
|
||||
+------------------+------------+---------------------------------------------------------+
|
||||
| ``append`` | ``bmc``, | When generating a counter-example trace, add the |
|
||||
| | ``prove``, | specified number of cycles at the end of the trace. |
|
||||
| | ``cover`` | Default: ``0`` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue