mirror of
https://github.com/YosysHQ/sby.git
synced 2026-07-09 13:00:22 +00:00
make engine/solver reference more consistent
This commit is contained in:
parent
29650804c1
commit
ca8d332ccb
1 changed files with 3 additions and 3 deletions
|
|
@ -293,6 +293,8 @@ The following mode/engine/solver combinations are currently supported:
|
||||||
| | |
|
| | |
|
||||||
| | ``btor pono`` |
|
| | ``btor pono`` |
|
||||||
| | |
|
| | |
|
||||||
|
| | ``btor rIC3`` |
|
||||||
|
| | |
|
||||||
| | ``abc bmc3`` |
|
| | ``abc bmc3`` |
|
||||||
| | |
|
| | |
|
||||||
| | ``abc sim3`` |
|
| | ``abc sim3`` |
|
||||||
|
|
@ -300,8 +302,6 @@ The following mode/engine/solver combinations are currently supported:
|
||||||
| | ``aiger aigbmc`` |
|
| | ``aiger aigbmc`` |
|
||||||
| | |
|
| | |
|
||||||
| | ``aiger rIC3`` |
|
| | ``aiger rIC3`` |
|
||||||
| | |
|
|
||||||
| | ``btor rIC3`` |
|
|
||||||
+-----------+--------------------------+
|
+-----------+--------------------------+
|
||||||
| ``prove`` | ``smtbmc [all solvers]`` |
|
| ``prove`` | ``smtbmc [all solvers]`` |
|
||||||
| | |
|
| | |
|
||||||
|
|
@ -410,7 +410,7 @@ solvers:
|
||||||
+-------------------------------+---------------------------------+
|
+-------------------------------+---------------------------------+
|
||||||
| ``avy`` | ``prove`` |
|
| ``avy`` | ``prove`` |
|
||||||
+-------------------------------+---------------------------------+
|
+-------------------------------+---------------------------------+
|
||||||
| ``rIC3`` | ``prove``, ``bmc`` |
|
| ``rIC3`` | ``bmc``, ``prove`` |
|
||||||
+-------------------------------+---------------------------------+
|
+-------------------------------+---------------------------------+
|
||||||
| ``aigbmc`` | ``bmc`` |
|
| ``aigbmc`` | ``bmc`` |
|
||||||
+-------------------------------+---------------------------------+
|
+-------------------------------+---------------------------------+
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue