3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-09-03 18:18:10 +00:00

Docs: Use sby lexer

This commit is contained in:
Krystine Sherwin 2024-06-10 18:41:15 +12:00
parent 5426bee107
commit a3844d4a30
No known key found for this signature in database
4 changed files with 22 additions and 16 deletions

View file

@ -29,7 +29,7 @@ directory.
The ``divider.sby`` file contains the following ``[engines]`` section:
.. code-block:: text
.. code-block:: sby
[engines]
smtbmc
@ -51,7 +51,7 @@ This tells us that for the ``medium`` task, the best engine choice (#1) is
``smtbmc bitwuzla -- --noincr``. To use this engine by default we can change
the ``[engines]`` section of ``divider.sby`` to:
.. code-block:: text
.. code-block:: sby
[engines]
smtbmc bitwuzla -- --noincr