3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-01-27 06:18:44 +00:00

Merge pull request #345 from YosysHQ/krys/docs_tidy

This commit is contained in:
N. Engelhardt 2026-01-26 17:04:50 +01:00 committed by GitHub
commit 16171682e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -24,3 +24,6 @@ extensions += ['sphinxarg.ext']
def setup(app: Sphinx) -> None:
from furo_ys.lexers.SBYLexer import SBYLexer
app.add_lexer("sby", SBYLexer)
from furo_ys.lexers.YoscryptLexer import YoscryptLexer
app.add_lexer("yoscrypt", YoscryptLexer)

View file

@ -151,6 +151,7 @@ by a SystemVerilog file ``formal_bind.sv``.
.. _vhd_example: https://github.com/YosysHQ/sby/tree/master/docs/examples/vhd
.. literalinclude:: ../examples/vhd/formal_bind.sby
:language: yoscrypt
:start-after: [script]
:end-before: [files]
:caption: ``formal_bind.sby`` script section