From dc5316033aaf249c3608019723f62b35612942b3 Mon Sep 17 00:00:00 2001 From: Jorge Marques Date: Mon, 13 Jan 2025 16:17:28 +0100 Subject: [PATCH] V2: docs: Add axi_flock testbench Signed-off-by: Jorge Marques --- docs/testbenches/ip_based/dma_flock/index.rst | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/testbenches/ip_based/dma_flock/index.rst b/docs/testbenches/ip_based/dma_flock/index.rst index 68384c02..48059ef9 100644 --- a/docs/testbenches/ip_based/dma_flock/index.rst +++ b/docs/testbenches/ip_based/dma_flock/index.rst @@ -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:: @@ -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. @@ -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:: @@ -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