3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-08 14:21:25 +00:00

Yices 2 is the new default solver for yosys-smtbmc

This commit is contained in:
Clifford Wolf 2017-05-27 12:04:43 +02:00
parent 7f871ec89a
commit a2c1dd3f91
5 changed files with 19 additions and 7 deletions

View file

@ -40,7 +40,7 @@ options are:
| | | consistency. Values: ``on``, ``off``. Default: ``off`` |
+-------------+------------+---------------------------------------------------------+
| ``aigsmt`` | All | Which SMT2 solver to use for converting AIGER witnesses |
| | | to counter example traces. Default: ``z3`` |
| | | to counter example traces. Default: ``yices`` |
+-------------+------------+---------------------------------------------------------+
| ``smtc`` | ``bmc``, | Pass this ``.smtc`` file to the smtbmc engine. All |
| | ``prove``, | other engines are disabled when this option is used. |