mirror of
https://github.com/YosysHQ/sby.git
synced 2025-09-03 10:08:17 +00:00
Docs: Use sby lexer
This commit is contained in:
parent
5426bee107
commit
a3844d4a30
4 changed files with 22 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue