mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-22 12:55:30 +00:00
Add docs for "wait" option, more config checking
This commit is contained in:
parent
bdb8321069
commit
29968fcc58
2 changed files with 10 additions and 2 deletions
|
@ -34,6 +34,10 @@ options are:
|
|||
+-------------+-----------+---------------------------------------------------------+
|
||||
| ``timeout`` | All | Timeout in seconds. Default: ``none`` (i.e. no timeout) |
|
||||
+-------------+-----------+---------------------------------------------------------+
|
||||
| ``wait`` | All | Instead of terminating when the first engine returns, |
|
||||
| | | wait for all engines to return and check for |
|
||||
| | | consistency. Values: ``on``, ``off``. Default: ``off`` |
|
||||
+-------------+-----------+---------------------------------------------------------+
|
||||
| ``depth`` | ``bmc``, | Depth of the bounded model check. Only the specified |
|
||||
| | ``cover`` | number of cycles are considered. Default: ``20`` |
|
||||
| +-----------+---------------------------------------------------------+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue