3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-10 15:20:54 +00:00

Add cover_assert option

This commit is contained in:
Krystine Sherwin 2025-07-05 11:17:05 +12:00
parent aa7d8ab4ce
commit 4d8462b58e
No known key found for this signature in database
3 changed files with 11 additions and 1 deletions

View file

@ -198,6 +198,9 @@ options are:
| | | indicated in SBY's log output). |
| | | Values: ``on``, ``off``. Default: ``on`` |
+-------------------+------------+---------------------------------------------------------+
| ``cover_assert`` | ``cover`` | Check for assertion properties during ``cover`` mode. |
| | | Values: ``on``, ``off``. Default: ``on`` |
+-------------------+------------+---------------------------------------------------------+
Engines section
---------------