Skip to content

Commit

Permalink
docs: Update library to next_main structure
Browse files Browse the repository at this point in the history
  • Loading branch information
StancaPop committed Oct 15, 2024
1 parent aeb4855 commit 9bbcbc1
Show file tree
Hide file tree
Showing 21 changed files with 253 additions and 11 deletions.
14 changes: 14 additions & 0 deletions docs/library/drivers/common/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.. _common:

Common
================================================================================

Contents
--------

.. toctree::
:maxdepth: 2

Monitor <monitor/index>
Scoreboard <scoreboard/index>
Watchdog <watchdog/index>
5 changes: 5 additions & 0 deletions docs/library/drivers/common/monitor/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. _monitor:

Monitor
================================================================================

5 changes: 5 additions & 0 deletions docs/library/drivers/common/scoreboard/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. _scoreboard:

Scoreboard
================================================================================

5 changes: 5 additions & 0 deletions docs/library/drivers/common/watchdog/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. _watchdog:

Watchdog
================================================================================

5 changes: 5 additions & 0 deletions docs/library/drivers/data_offload/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. _data_offload:

Data Offload
================================================================================

5 changes: 5 additions & 0 deletions docs/library/drivers/dmac/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. _dmac:

DMAC
================================================================================

17 changes: 17 additions & 0 deletions docs/library/drivers/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.. _drivers:

Drivers
================================================================================

Contents
-------------------------------------------------------------------------------

.. toctree::
:maxdepth: 1

common/index
data_offload/index
dmac/index
jesd/index
spi_engine/index
xcvr/index
5 changes: 5 additions & 0 deletions docs/library/drivers/jesd/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. _jesd:

JESD
================================================================================

5 changes: 5 additions & 0 deletions docs/library/drivers/spi_engine/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. _spi_engine:

SPI Engine
================================================================================

5 changes: 5 additions & 0 deletions docs/library/drivers/xcvr/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. _xcvr:

XCVR
================================================================================

16 changes: 8 additions & 8 deletions docs/library/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

Library
===============================================================================

ADI VIP
Drivers
-------------------------------------------------------------------------------

.. toctree::
:maxdepth: 1

adi_vip/index
drivers/index

Custom IP
Registermaps
-------------------------------------------------------------------------------

.. toctree::
:maxdepth: 1

custom_ip/index
regmaps/index

Utilities
-------------------------------------------------------------------------------
Expand All @@ -27,11 +27,11 @@ Utilities

utilities/index

Xilinx VIP
VIPs
-------------------------------------------------------------------------------

.. toctree::
:maxdepth: 1

xilinx_vip/index

vip/index
8 changes: 8 additions & 0 deletions docs/library/regmaps/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.. _regmaps:

Registermaps
================================================================================

Contents
--------

3 changes: 0 additions & 3 deletions docs/library/utilities/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ Contents
.. toctree::
:maxdepth: 2

Monitor <monitor/index>
Scoreboard <scoreboard/index>
Watchdog <watchdog/index>
13 changes: 13 additions & 0 deletions docs/library/vip/adi/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. _adi_vip:

ADI VIPs
================================================================================

Contents
--------

.. toctree::
:maxdepth: 2

SPI VIP <spi_vip/index>

33 changes: 33 additions & 0 deletions docs/library/vip/adi/spi_vip/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.. _spi_vip:

SPI VIP
================================================================================

Description

Features
--------------------------------------------------------------------------------

Files
--------------------------------------------------------------------------------

VIP interface

Configuration parameters
--------------------------------------------------------------------------------

Interface
--------------------------------------------------------------------------------

Functions
--------------------------------------------------------------------------------

Known Issues
--------------------------------------------------------------------------------

Technical Support
--------------------------------------------------------------------------------

References
--------------------------------------------------------------------------------

29 changes: 29 additions & 0 deletions docs/library/vip/amd/axi_vip/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
.. _xilinx_axi_vip:

Xilinx AXI Verification IP (VIP)
================================================================================

Description

`[1] <https://docs.amd.com/r/en-US/pg267-axi-vip>`__

m_axi_sequencer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Files

Functions

s_axi_sequencer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Files

Functions

References
-------------------------------------------------------------------------------

`[1] "AXI Verification IP LogiCORE IP Product Guide (PG267)", Xilinx, 2019
<https://docs.amd.com/r/en-US/pg267-axi-vip>`__

28 changes: 28 additions & 0 deletions docs/library/vip/amd/axis_vip/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
.. _xilinx_axis_vip:

Xilinx AXI Stream Verification IP (VIP)
================================================================================

Description

`[1] <https://docs.amd.com/v/u/en-US/pg277-axi4stream-vip>`__

m_axi_sequencer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Files

Functions

s_axi_sequencer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Files

Functions

References
-------------------------------------------------------------------------------

`[1] "AXI4-Stream Verification IP v1.1 LogiCORE IP Product Guide (PG277)",
Xilinx, 2019 <https://docs.amd.com/v/u/en-US/pg277-axi4stream-vip>`__
18 changes: 18 additions & 0 deletions docs/library/vip/amd/clk_vip/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.. _xilinx_clk_vip:

Xilinx Clock Verification IP (VIP)
================================================================================

Overview
-------------------------------------------------------------------------------

`[1] <https://docs.amd.com/v/u/en-US/pg291-clk-vip>`__


References
-------------------------------------------------------------------------------

`[1] "Clock Verification IP v1.0 Product Guide (PG291)", Xilinx, 2019
<https://docs.amd.com/r/en-US/pg267-axi-vip>`__


16 changes: 16 additions & 0 deletions docs/library/vip/amd/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. _amd_vip:

AMD VIPs
================================================================================

Contents
--------

.. toctree::
:maxdepth: 2

AXI VIP <axi_vip/index>
AXIS VIP <axis_vip/index>
Clock VIP <clk_vip/index>
Reset VIP <rst_vip/index>

16 changes: 16 additions & 0 deletions docs/library/vip/amd/rst_vip/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. _xilinx_rst_vip:

Xilinx Reset Verification IP (VIP)
================================================================================

Overview
-------------------------------------------------------------------------------

`[1] <https://docs.amd.com/v/u/en-US/pg298-rst-vip>`__


References
-------------------------------------------------------------------------------

`[1] "Reset Verification IP Product Guide (PG298)", Xilinx, 2019
<https://docs.amd.com/v/u/en-US/pg298-rst-vip>`__
13 changes: 13 additions & 0 deletions docs/library/vip/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. _vip:

Verification IPs (VIP)
================================================================================

Contents
--------

.. toctree::
:maxdepth: 2

ADI <adi/index>
AMD <amd/index>

0 comments on commit 9bbcbc1

Please sign in to comment.