mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-22 21:05:30 +00:00
Add vcd option to make VCD writing optional
This commit is contained in:
parent
17c3961a2b
commit
168d667b6d
7 changed files with 77 additions and 20 deletions
|
@ -146,6 +146,9 @@ options are:
|
|||
| | | wait for all engines to return and check for |
|
||||
| | | consistency. Values: ``on``, ``off``. Default: ``off`` |
|
||||
+------------------+------------+---------------------------------------------------------+
|
||||
| ``vcd`` | All | Write VCD traces for counter-example or cover traces. |
|
||||
| | | Values: ``on``, ``off``. Default: ``on`` |
|
||||
+------------------+------------+---------------------------------------------------------+
|
||||
| ``aigsmt`` | All | Which SMT2 solver to use for converting AIGER witnesses |
|
||||
| | | to counter example traces. Use ``none`` to disable |
|
||||
| | | conversion of AIGER witnesses. Default: ``yices`` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue