资料介绍
Table of Contents
ADI AD-FMCJESDADC1-EBZ Boards & Xilinx Reference Design
Introduction
The AD-FMCJESDADC1-EBZ is a high speed data acquisition (4 ADC channels at 250MSPS), in an FMC form factor, which has two high speed JESD204B Analog to Digital converters (AD9250) on it.
This board is similar to the 4DSP FMC-176, which in addition to the AD9250, has two AD9129 DACs. This reference design works for either of the boards, for details see fmc-176_information section.
The AD9250 is a dual, 14-bit ADC with sampling speeds of up to 250 MSPS. It features a multistage, differential pipelined architecture with integrated output error correction logic. It supports wide bandwidth inputs for a variety of user-selectable input ranges. The AD9250 features JESD204B high speed serial interface.
The boards also feature the AD9517-1 for multi-output clock distribution with sub-picosecond jitter performance, along with an on-chip PLL and VCO. The devices may be clocked by either an internal clock source (optionally locked to an external reference) or an externally supplied sample clock.
It also features an external trigger input for customized sampling control. The card is mechanically and electrically compliant to the FMC standard (ANSI/VITA 57.1).
The reference design includes the device data capture via the JESD204B serial interface and the SPI interface. The samples are written to the external DDR-DRAM. It allows programming the device and monitoring it's internal registers via SPI.
Supported Devices
Supported Carriers
Required Hardware
- ZC706, KC705 or VC707 board
- AD-FMCJESDADC1-EBZ
- Signal generators (for ADC inputs)
Required Software
- We upgrade the Xilinx tools on every release. The supported version number can be found in our git repository .
- A UART terminal (Tera Term/Hyperterminal), baud rate 115200.
Using the reference design
The reference design is built on a microblaze based system parameterized for linux. A functional block diagram of the design is given below.
Xilinx block diagram
AD-FMCJESDADC1-EBZ block diagram
The reference design consists of a single JESD204B core and two identical instances of AD9250 pcores.
The AD9250 core consists of three functional modules, the ADC interface, a PN9/PN23 monitor and a DMA interface. The ADC interface captures and buffers data from the JESD204B core. The DMA interface then transfers the samples to the external DDR-DRAM. The capture is initiated by the software. The status of capture (overflow, over the range) are reported back to the software.
All the pcores have an AXI lite interface that allows control and monitoring of data generation and/or capture.
The reference design also includes HDMI cores for GTX eye scan.
Changing ADC Sample Rates
The ADC sampling rate can vary from 40MHz to 250MHz. However, there are limitations imposed by the FPGA that may lower this range. In some cases, you may have to regenerate the cores for a different range. The reference design uses GTX (channel PLL) primitives and Xilinx's JESD204B core IP. The default design runs at 250MHz clock (5Gbps rate).
As of this writing, the GTX specification & switching characteristics may be found at:
support/documentation/data_sheets/ds182_Kintex_7_Data_Sheet.pdf
The key switching characteristics are-
The reference clock has a range of 60MHz to 670MHz (700MHz). This limits the minimum sampling clock to 60MHz. Though it is NOT recommended, it is possible to use AD9517 to generate a 40MHz sampling clock to AD9250 and a 80MHz reference clock to the FPGA.
The line rate however, varies based on speed grade, package type and the use of CPLL vs QPLL. The CPLL supports rates between 0.5Gbps to 6.6Gbps (the core may have to be changed for rates less than 3.2Gbps (sampling rate 160MHz) - and the IP may not support all the combinations). Again, it is possible to run the device on a single lane at a higher rate (rather than 2 lanes each at a lower rate) to circumvent some of the troubles of line rate dependency on parametrization, package type and speed grade.
You must carefully evaluate these specifications against your requirements to run the design at a specific sampling frequency (or a range). As always, if you have any questions or run into any problems, ask help & support.
FMC-176 Information
The 4DSP FMC-176 is a high speed data acquisition (4 ADC channels at 250MSPS) and conversion (2 DAC channels at 5.6GSPS) card. This card features two AD9250 and two AD9129.
The AD9129 is a high performance 14-bit RF DAC supporting data rates up to 2.8GSPS. The DAC core is based on a quad-switch architecture that enables dual-edge clocking operation effectively increasing the DAC update rate to 5.6 GSPS when configured for mix-mode or 2x interpolation. Its high dynamic range and bandwidth enables multicarrier generation up to and beyond 4.2 GHz. The AD9129 features two 14bit LVDS parallel interface.
The following variations of this board are available.
Part Number | ADC Channels | DAC Channels |
---|---|---|
FMC-176 | 4 (2 x AD9250) | 2 (2 x AD9129) |
FMC-230 | 2 (2 x AD9129) | |
AD-FMCJESDADC1-EBZ | 4 (2 x AD9250) |
This reference design may be used as it is for FMC-176 and it's variations by selecting the appropriate number of DAC channels. It is also easy to port the design for other boards by removing one or more corresponding pcores. Also some devices may not be accessible depending on whether one choose to use LPC or HPC. To fully support both the DACs of the FMC-176, a carrier must have a fully populated HPC connector. The KC705 do not have a fully populated HPC.
The reference design includes (if enabled) RF generation via DDS and the SPI interface for the DACs. At the prompt just enter the number of DAC channels you have in your hardware setup. As an example, if you are using FMC-176 with KC705, simply enter '1' as the number of DAC channels. If you are using the ADC only boards, enter '0' as the number of DAC channels.
The quick start bit file also configures the AD9517 to generate a 2.5GHz clock to AD9129. It then generates a 333MHz tone for the DAC.
The DAC spectrum for a 333MHz tone is shown below.
It is possible to use an adapter board such as FMC-700 with KC705 to access both the DACs on a FMC-176 board. However, the routing delays of FMC-LPC pins to the FMC-700 will cause timing errors on DAC1 and you may see parity errors on the UART terminal.
Downloads
The HDL Reference Designs and the no-OS Software can be downloaded from the Analog Devices github.
FPGA Reference Designs:
- KC705 reference design: https://github.com/analogdevicesinc/hdl/tree/master/projects/fmcjesdadc1/kc705
- VC707 reference design: https://github.com/analogdevicesinc/hdl/tree/master/projects/fmcjesdadc1/vc707
- ZC706 reference design: https://github.com/analogdevicesinc/hdl/tree/master/projects/fmcjesdadc1/zc706
Software Files:
- AD-FMCJESDADC1-EBZ Main, AD9250, AD9517 Drivers: https://github.com/analogdevicesinc/no-OS/tree/master/projects/fmcjesdadc1
- Xilinx Platform Drivers: https://github.com/analogdevicesinc/no-OS/tree/master/drivers/platform/xilinx
- Questions? Ask Help & Support.
More information
- 验证ADI转换器与Xilinx FPGA和JESD204BC IP的互操作性
- EVL-5SC70EBZ EVAL-5SC70EBZ评估板
- AD-FMCADC4-EBZ FMC板用户指南
- AD9136/AD9135-EBZ评估板快速入门指南
- AD-FMCADC7-EBZ FMC板用户指南
- AD-FMCOMCOMS1-EBZ软件
- UG-1460:AD9671EBZ评估板用户指南
- AD9119-MIX-EBZ评估板快速入门指南
- AD-FMCADC2-EBZ电路板&Xilinx参考设计
- 验证ADI转换器与Xilinx FPGA和JESD204B/C IP的互操作性
- UG-1364:ADA4945-1CP-EBZ差分放大器评估板
- ADS8-V1EBZ评估板用户指南
- AD9213/9217 Wiki:使用基于ADS8-V1EBZ FPGA采集板的ADC评估板
- Validating ADI Converters Inter-operability with Xilinx FPGA and JESD204B/C IP
- xilinx实验板原理图
- 抓住JESD204B接口功能的关键问题 882次阅读
- LogiCORE IP JESD204内核概述 811次阅读
- AN-1006:使用 EVAL-ADUSB2EBZ 1170次阅读
- JESD204B具体调试过程 1248次阅读
- 经验贴:ADI官方IP核与例程编译指南 3193次阅读
- 关于PCB板“ESD保护电路设计”9大措施 2453次阅读
- Xilinx开发板Si570频率配置步骤详解 9047次阅读
- 基于Xilinx Zynq ultraScale+ 系列FPGA的AXU2CGB 开发板评测 9051次阅读
- Xilinx Vivado I/O延迟约束介绍 4938次阅读
- 基于Xilinx Zynq SoC的“小傻瓜(Snickerdoodle)”开发套件 1613次阅读
- Xilinx Zynq UltraScale MPSoC可扩展电源设计 1950次阅读
- Xilinx品牌FPGA使用的三种证书 4193次阅读
- esd是什么意思_esd的相关介绍 4.4w次阅读
- 如何解决PCB板设计中的ESD问题? 1851次阅读
- 解析PCB板设计中抗ESD的常见防范措施 1172次阅读
下载排行
本周
- 1电子电路原理第七版PDF电子教材免费下载
- 0.00 MB | 1491次下载 | 免费
- 2单片机典型实例介绍
- 18.19 MB | 95次下载 | 1 积分
- 3S7-200PLC编程实例详细资料
- 1.17 MB | 27次下载 | 1 积分
- 4笔记本电脑主板的元件识别和讲解说明
- 4.28 MB | 18次下载 | 4 积分
- 5开关电源原理及各功能电路详解
- 0.38 MB | 11次下载 | 免费
- 6100W短波放大电路图
- 0.05 MB | 4次下载 | 3 积分
- 7基于单片机和 SG3525的程控开关电源设计
- 0.23 MB | 4次下载 | 免费
- 8基于AT89C2051/4051单片机编程器的实验
- 0.11 MB | 4次下载 | 免费
本月
- 1OrCAD10.5下载OrCAD10.5中文版软件
- 0.00 MB | 234313次下载 | 免费
- 2PADS 9.0 2009最新版 -下载
- 0.00 MB | 66304次下载 | 免费
- 3protel99下载protel99软件下载(中文版)
- 0.00 MB | 51209次下载 | 免费
- 4LabView 8.0 专业版下载 (3CD完整版)
- 0.00 MB | 51043次下载 | 免费
- 5555集成电路应用800例(新编版)
- 0.00 MB | 33562次下载 | 免费
- 6接口电路图大全
- 未知 | 30320次下载 | 免费
- 7Multisim 10下载Multisim 10 中文版
- 0.00 MB | 28588次下载 | 免费
- 8开关电源设计实例指南
- 未知 | 21539次下载 | 免费
总榜
- 1matlab软件下载入口
- 未知 | 935053次下载 | 免费
- 2protel99se软件下载(可英文版转中文版)
- 78.1 MB | 537793次下载 | 免费
- 3MATLAB 7.1 下载 (含软件介绍)
- 未知 | 420026次下载 | 免费
- 4OrCAD10.5下载OrCAD10.5中文版软件
- 0.00 MB | 234313次下载 | 免费
- 5Altium DXP2002下载入口
- 未知 | 233046次下载 | 免费
- 6电路仿真软件multisim 10.0免费下载
- 340992 | 191183次下载 | 免费
- 7十天学会AVR单片机与C语言视频教程 下载
- 158M | 183277次下载 | 免费
- 8proe5.0野火版下载(中文版免费下载)
- 未知 | 138039次下载 | 免费
评论
查看更多