3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-22 21:05:30 +00:00

Merge pull request #313 from gipsyh/rIC3

Support rIC3 model checker as backend
This commit is contained in:
George Rennie 2025-03-14 15:13:06 +01:00 committed by GitHub
commit 20ee439df9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 19 additions and 1 deletions

View file

@ -133,3 +133,9 @@ super_prove
Avy
^^^
https://arieg.bitbucket.io/avy/
rIC3
^^^^
https://github.com/gipsyh/rIC3/
The minimum required version is 1.3.5

View file

@ -248,6 +248,8 @@ The following mode/engine/solver combinations are currently supported:
| | |
| | ``aiger avy`` |
| | |
| | ``aiger rIC3`` |
| | |
| | ``aiger suprove`` |
+-----------+--------------------------+
| ``cover`` | ``smtbmc [all solvers]`` |
@ -341,6 +343,8 @@ solvers:
+-------------------------------+---------------------------------+
| ``avy`` | ``prove`` |
+-------------------------------+---------------------------------+
| ``rIC3`` | ``prove`` |
+-------------------------------+---------------------------------+
| ``aigbmc`` | ``bmc`` |
+-------------------------------+---------------------------------+