Skip to content

Commit

Permalink
Docs: Fix nested list on build_verific page
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Aug 25, 2024
1 parent e3c914d commit dd99839
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/yosys_internals/extending_yosys/build_verific.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@ The following features, along with their corresponding Yosys build parameters,
are required for the Yosys-Verific patch:

* RTL elaboration with
* SystemVerilog with ``ENABLE_VERIFIC_SYSTEMVERILOG``, and/or
* VHDL support with ``ENABLE_VERIFIC_VHDL``.

* SystemVerilog with ``ENABLE_VERIFIC_SYSTEMVERILOG``, and/or
* VHDL support with ``ENABLE_VERIFIC_VHDL``.

* Hierarchy tree support and static elaboration with
``ENABLE_VERIFIC_HIER_TREE``.

Expand Down

0 comments on commit dd99839

Please sign in to comment.