Skip to content

Commit

Permalink
V2: docs: Add axi_flock testbench
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Marques <jorge.marques@analog.com>
  • Loading branch information
gastmaier committed Jan 13, 2025
1 parent 90c460d commit dc53160
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/testbenches/ip_based/dma_flock/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Then asserts if all bytes in the frame are equal to the first byte.

.. note::

The test bench may end before the last frame is fully transferred at the
The testbench may end before the last frame is fully transferred at the
reader stream interface.

.. warning::
Expand All @@ -205,7 +205,7 @@ Then asserts if all bytes in the frame are equal to the first byte.
accessed by the writer if the number of frames and distance are close enough
to cause the reader to be the total number of frames behind.

Building the test bench
Building the testbench
-------------------------------------------------------------------------------

The testbench is built upon ADI's generic HDL reference design framework.
Expand Down Expand Up @@ -270,6 +270,19 @@ Testbenches related dependencies

.. include:: ../../common/dependency_common.rst

HDL dependencies:

.. list-table::
:widths: 30 45 25
:header-rows: 1

* - IP name
- Source code link
- Documentation link
* - AXI_DMAC
- :git-hdl:`library/axi_dmac`
- :external+hdl:ref:`axi_dmac`

Testbench specific dependencies:

.. list-table::
Expand All @@ -295,19 +308,6 @@ Testbench specific dependencies:
- :git-testbenches:`library/regmaps/adi_regmap_dmac_pkg.sv`
- ---

HDL dependencies:

.. list-table::
:widths: 30 45 25
:header-rows: 1

* - IP name
- Source code link
- Documentation link
* - AXI_DMAC
- :git-hdl:`library/axi_dmac`
- :external+hdl:ref:`axi_dmac`

.. include:: ../../../common/more_information.rst

.. include:: ../../../common/support.rst

0 comments on commit dc53160

Please sign in to comment.