Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/ad463x: Fix hdl ref warnings #137

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/testbenches/project_based/ad463x/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The purpose of this testbench is to validate the serial interface functionality
of the :git-hdl:`projects/ad4630_fmc` reference design.

The entire HDL documentation can be found here
:ref-hdl:`AD4630-FMC HDL project <ad4630_fmc>`.
:external+hdl:ref:`AD4630-FMC HDL project <ad4630_fmc>`.

Block design
-------------------------------------------------------------------------------
Expand Down Expand Up @@ -274,40 +274,40 @@ HDL related dependencies
- ---
* - AXI_CLKGEN
- :git-hdl:`library/axi_clkgen`
- :ref-hdl:`here <axi_clkgen>`
- :external+hdl:ref:`here <axi_clkgen>`
* - AXI_DMAC
- :git-hdl:`library/axi_dmac`
- :ref-hdl:`here <axi_dmac>`
- :external+hdl:ref:`here <axi_dmac>`
* - AXI_HDMI_TX
- :git-hdl:`library/axi_hdmi_tx`
- :ref-hdl:`here <axi_hdmi_tx>`
- :external+hdl:ref:`here <axi_hdmi_tx>`
* - AXI_I2S_ADI
- :git-hdl:`library/axi_i2s_adi`
- ---
* - AXI_PWM_GEN
- :git-hdl:`library/axi_pwm_gen`
- :ref-hdl:`here <axi_pwm_gen>`
- :external+hdl:ref:`here <axi_pwm_gen>`
* - AXI_SPDIF_TX
- :git-hdl:`library/axi_spdif_tx`
- ---
* - AXI_SPI_ENGINE
- :git-hdl:`library/spi_engine/axi_spi_engine`
- :ref-hdl:`here <spi_engine axi>`
- :external+hdl:ref:`here <spi_engine axi>`
* - SPI_AXIS_REORDER
- :git-hdl:`library/spi_engine/spi_axis_reorder`
- ---
* - SPI_ENGINE_EXECUTION
- :git-hdl:`library/spi_engine/spi_engine_execution`
- :ref-hdl:`here <spi_engine execution>`
- :external+hdl:ref:`here <spi_engine execution>`
* - SPI_ENGINE_INTERCONNECT
- :git-hdl:`library/spi_engine/spi_engine_interconnect`
- :ref-hdl:`here <spi_engine interconnect>`
- :external+hdl:ref:`here <spi_engine interconnect>`
* - SPI_ENGINE_OFFLOAD
- :git-hdl:`library/spi_engine/spi_engine_offload`
- :ref-hdl:`here <spi_engine offload>`
- :external+hdl:ref:`here <spi_engine offload>`
* - SYSID_ROM
- :git-hdl:`library/sysid_rom`
- :ref-hdl:`here <axi_sysid>`
- :external+hdl:ref:`here <axi_sysid>`
* - UTIL_I2C_MIXER
- :git-hdl:`library/util_i2c_mixer <library/util_i2c_mixer>`
- ---
Expand Down