Docs: Fix code formatting

Gets me everytime
This commit is contained in:
Krystine Sherwin 2024-08-22 10:03:59 +12:00
parent 36ad07e1d5
commit 0327ad97f2
No known key found for this signature in database
1 changed files with 8 additions and 7 deletions

View File

@ -55,8 +55,8 @@ ENABLE_VERIFIC_EDIF 0 EDIF support
ENABLE_VERIFIC_LIBERTY 0 Liberty file support ENABLE_VERIFIC_LIBERTY 0 Liberty file support
================================= ======= =================================== ================================= ======= ===================================
To find the compile options used for a given Yosys build, call `yosys-config To find the compile options used for a given Yosys build, call ``yosys-config
--cxxflags`. This documentation was built with the following compile options: --cxxflags``. This documentation was built with the following compile options:
.. literalinclude:: /generated/yosys-config .. literalinclude:: /generated/yosys-config
:start-at: --cxxflags :start-at: --cxxflags
@ -69,9 +69,10 @@ The following features, along with their corresponding Yosys build parameters,
are required for the Yosys-Verific patch: are required for the Yosys-Verific patch:
* RTL elaboration with * RTL elaboration with
* SystemVerilog with ENABLE_VERIFIC_SYSTEMVERILOG, and/or * SystemVerilog with ``ENABLE_VERIFIC_SYSTEMVERILOG``, and/or
* VHDL support with ENABLE_VERIFIC_VHDL. * VHDL support with ``ENABLE_VERIFIC_VHDL``.
* Hierarchy tree support and static elaboration with ENABLE_VERIFIC_HIER_TREE. * Hierarchy tree support and static elaboration with
``ENABLE_VERIFIC_HIER_TREE``.
Please be aware that the following Verific configuration build parameter needs Please be aware that the following Verific configuration build parameter needs
to be enabled in order to create the fully supported build: to be enabled in order to create the fully supported build:
@ -93,8 +94,8 @@ Optional Verific features
The following Verific features are available with TabbyCAD and can be enabled in The following Verific features are available with TabbyCAD and can be enabled in
Yosys builds: Yosys builds:
* EDIF support with ENABLE_VERIFIC_EDIF, and * EDIF support with ``ENABLE_VERIFIC_EDIF``, and
* Liberty file support with ENABLE_VERIFIC_LIBERTY. * Liberty file support with ``ENABLE_VERIFIC_LIBERTY``.
Partially supported builds Partially supported builds
~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~