|
| 1 | +.. _ad9265_fmc: |
| 2 | + |
| 3 | +AD9265-FMC HDL project |
| 4 | +================================================================================ |
| 5 | + |
| 6 | +Overview |
| 7 | +------------------------------------------------------------------------------- |
| 8 | + |
| 9 | +The :adi:`AD9265` is a 16-bit, 125 MSPS analog-to-digital converter (ADC). The |
| 10 | +:adi:`AD9265` is designed to support communications applications where high |
| 11 | +performance combined with low cost, small size, and versatility is desired. The |
| 12 | +ADC core features a multistage, differential pipelined architecture with |
| 13 | +integrated output error correction logic to provide 16-bit accuracy at 125 MSPS |
| 14 | +data rates and guarantees no missing codes over the full operating temperature |
| 15 | +range. The ADC output data format is either parallel 1.8 V CMOS or LVDS (DDR). |
| 16 | +A data output clock is provided to ensure proper latch timing with receiving |
| 17 | +logic. The board also provides other options to drive the clock and analog |
| 18 | +inputs of the ADC. |
| 19 | + |
| 20 | +Supported boards |
| 21 | +------------------------------------------------------------------------------- |
| 22 | + |
| 23 | +- :adi:`EVAL-AD9265 <EVAL-AD9265>` |
| 24 | + |
| 25 | +Supported devices |
| 26 | +------------------------------------------------------------------------------- |
| 27 | + |
| 28 | +- :adi:`AD9265` |
| 29 | + |
| 30 | +Supported carriers |
| 31 | +------------------------------------------------------------------------------- |
| 32 | + |
| 33 | +.. list-table:: |
| 34 | + :widths: 35 35 30 |
| 35 | + :header-rows: 1 |
| 36 | + |
| 37 | + * - Evaluation board |
| 38 | + - Carrier |
| 39 | + - FMC slot |
| 40 | + * - :adi:`EVAL-AD9265-FMC-500EBZ <EVAL-AD9265>` |
| 41 | + - :xilinx:`ZC706` |
| 42 | + - FMC LPC |
| 43 | + * - |
| 44 | + - :xilinx:`ZedBoard <products/boards-and-kits/1-8dyf-11.html>` |
| 45 | + - FMC LPC |
| 46 | + |
| 47 | +Block design |
| 48 | +------------------------------------------------------------------------------- |
| 49 | + |
| 50 | +Block diagram |
| 51 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 52 | + |
| 53 | +.. image:: ad9265_fmc_block_diagram.svg |
| 54 | + :width: 800 |
| 55 | + :align: center |
| 56 | + :alt: AD9265/ZedBoard block diagram |
| 57 | + |
| 58 | +Clock scheme |
| 59 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 60 | + |
| 61 | +There are 3 ways to configure the clock source for :adi:`AD9265`: |
| 62 | + |
| 63 | +- External passive clock (default) |
| 64 | +- Optional active clock path using the :adi:`AD9517` |
| 65 | +- Optional oscillator |
| 66 | + |
| 67 | +For more details, check :adi:`AD9265` schematic. |
| 68 | + |
| 69 | +CPU/Memory interconnects addresses |
| 70 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 71 | + |
| 72 | +The addresses are dependent on the architecture of the FPGA, having an offset |
| 73 | +added to the base address from HDL (see more at :ref:`architecture`). |
| 74 | + |
| 75 | +Check-out the table below to find out the conditions. |
| 76 | + |
| 77 | +==================== =============== |
| 78 | +Instance Zynq/Microblaze |
| 79 | +==================== =============== |
| 80 | +axi_ad9265 0x44A00000 |
| 81 | +axi_ad9265_dma 0x44A30000 |
| 82 | +==================== =============== |
| 83 | + |
| 84 | +SPI connections |
| 85 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 86 | + |
| 87 | +.. list-table:: |
| 88 | + :widths: 25 25 25 25 |
| 89 | + :header-rows: 1 |
| 90 | + |
| 91 | + * - SPI type |
| 92 | + - SPI manager instance |
| 93 | + - SPI subordinate |
| 94 | + - CS |
| 95 | + * - PS |
| 96 | + - SPI 0 |
| 97 | + - AD9517 |
| 98 | + - 1 |
| 99 | + |
| 100 | +Interrupts |
| 101 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 102 | + |
| 103 | +Below are the Programmable Logic interrupts used in this project. |
| 104 | + |
| 105 | +.. list-table:: |
| 106 | + :widths: 30 10 15 15 |
| 107 | + :header-rows: 1 |
| 108 | + |
| 109 | + * - Instance name |
| 110 | + - HDL |
| 111 | + - Linux Zynq |
| 112 | + - Actual Zynq |
| 113 | + * - axi_ad9265_dma |
| 114 | + - 13 |
| 115 | + - 57 |
| 116 | + - 89 |
| 117 | + |
| 118 | +Building the HDL project |
| 119 | +------------------------------------------------------------------------------- |
| 120 | + |
| 121 | +The design is built upon ADI's generic HDL reference design framework. |
| 122 | +ADI distributes the bit/elf files of these projects as part of the |
| 123 | +:dokuwiki:`ADI Kuiper Linux <resources/tools-software/linux-software/kuiper-linux>`. |
| 124 | +If you want to build the sources, ADI makes them available on the |
| 125 | +:git-hdl:`HDL repository </>`. To get the source you must |
| 126 | +`clone <https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository>`__ |
| 127 | +the HDL repository. |
| 128 | + |
| 129 | +Then go to the project location (**projects/ad9265_fmc/carrier**) and run the |
| 130 | +make command by typing in your command prompt(this example :xilinx:`ZC706`): |
| 131 | + |
| 132 | +**Linux/Cygwin/WSL** |
| 133 | + |
| 134 | +.. code-block:: |
| 135 | +
|
| 136 | + user@analog:~$ cd hdl/projects/ad9265_fmc/zc706 |
| 137 | + user@analog:~/hdl/projects/ad9265_fmc/zc706$ make |
| 138 | +
|
| 139 | +A more comprehensive build guide can be found in the :ref:`build_hdl` user guide. |
| 140 | + |
| 141 | +Resources |
| 142 | +------------------------------------------------------------------------------- |
| 143 | + |
| 144 | +Systems related |
| 145 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 146 | + |
| 147 | +Here you can find the quick start guides available for these evaluation boards: |
| 148 | + |
| 149 | +.. list-table:: |
| 150 | + :widths: 20 10 |
| 151 | + :header-rows: 1 |
| 152 | + |
| 153 | + * - Evaluation board |
| 154 | + - Zynq-7000 |
| 155 | + * - AD9265-FMC |
| 156 | + - :dokuwiki:`ZC706 <resources/fpga/xilinx/fmc/ad9265>` |
| 157 | + |
| 158 | +Hardware related |
| 159 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 160 | + |
| 161 | +- Product datasheets: :adi:`AD9265` |
| 162 | +- :dokuwiki:`[Wiki] Evaluating AD9265, user guide <resources/eval/ad9265-fmc-125ebz>` |
| 163 | + |
| 164 | +HDL related |
| 165 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 166 | + |
| 167 | +- :git-hdl:`AD9265-FMC HDL project source code <projects/ad9265_fmc>` |
| 168 | + |
| 169 | +.. list-table:: |
| 170 | + :widths: 30 35 35 |
| 171 | + :header-rows: 1 |
| 172 | + |
| 173 | + * - IP name |
| 174 | + - Source code link |
| 175 | + - Documentation link |
| 176 | + * - AXI_AD9265 |
| 177 | + - :git-hdl:`library/axi_ad9265 <library/axi_ad9265>` |
| 178 | + - :ref:`here <axi_ad9265>` |
| 179 | + * - AXI_DMAC |
| 180 | + - :git-hdl:`library/axi_dmac <library/axi_dmac>` |
| 181 | + - :ref:`here <axi_dmac>` |
| 182 | + * - AXI_CLKGEN |
| 183 | + - :git-hdl:`library/axi_clkgen <library/axi_clkgen>` |
| 184 | + - :ref:`here <axi_clkgen>` |
| 185 | + * - AXI_HDMI_TX |
| 186 | + - :git-hdl:`library/axi_hdmi_tx <library/axi_hdmi_tx>` |
| 187 | + - :ref:`here <axi_hdmi_tx>` |
| 188 | + * - AXI_SPDIF_TX |
| 189 | + - :git-hdl:`library/axi_spdif_tx <library/axi_spdif_tx>` |
| 190 | + - --- |
| 191 | + * - AXI_I2S_ADI |
| 192 | + - :git-hdl:`library/axi_sysid <library/axi_i2s_adi>` |
| 193 | + - --- |
| 194 | + * - AXI_SYSID |
| 195 | + - :git-hdl:`library/axi_sysid <library/axi_sysid>` |
| 196 | + - :ref:`here <axi_sysid>` |
| 197 | + * - SYSID_ROM |
| 198 | + - :git-hdl:`library/sysid_rom <library/sysid_rom>` |
| 199 | + - :ref:`here <axi_sysid>` |
| 200 | + * - UTIL_I2C_MIXER |
| 201 | + - :git-hdl:`library/util_i2c_mixer <library/util_i2c_mixer>` |
| 202 | + - :ref:`here <spi_engine offload>` |
| 203 | + |
| 204 | +Software related |
| 205 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 206 | + |
| 207 | +- :git-linux:`Linux device tree zynq-zc706-adv7511-ad9265-fmc-125ebz.dts <arch/arm/boot/dts/zynq-zc706-adv7511-ad9265-fmc-125ebz.dts>` |
| 208 | +- :git-linux:`Linux driver ad9467.c <drivers/iio/adc/ad9467.c>` |
| 209 | + (used for AD9265-FMC as well) |
| 210 | + |
| 211 | +.. include:: ../common/more_information.rst |
| 212 | + |
| 213 | +.. include:: ../common/support.rst |
0 commit comments