3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-05-09 22:12:24 +00:00

Docs: Fixing double backticks

This commit is contained in:
Krystine Sherwin 2026-05-05 14:17:24 +12:00
parent f57802a166
commit 72ba57b418
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ a FIFO is
In hardware we can create such a construct by providing two addresses into a
register file. This tutorial will use an example implementation provided in
`fifo.sv`.
``fifo.sv``.
First, the address generator module:

View file

@ -1,9 +1,9 @@
Using `sby`
===========
Using ``sby``
=============
Once SBY is installed and available on the command line as `sby`, either built from source or using
Once SBY is installed and available on the command line as ``sby``, either built from source or using
one of the available CAD suites, it can be called as follows. Note that this information is also
available via `sby --help`. For more information on installation, see :ref:`install-doc`.
available via ``sby --help``. For more information on installation, see :ref:`install-doc`.
.. argparse::
:module: sby_cmdline