資料介紹
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
- 驗(yàn)證ADI轉(zhuǎn)換器與Xilinx FPGA和JESD204BC IP的互操作性
- EVL-5SC70EBZ EVAL-5SC70EBZ評(píng)估板
- AD-FMCADC4-EBZ FMC板用戶指南
- AD9136/AD9135-EBZ評(píng)估板快速入門指南
- AD-FMCADC7-EBZ FMC板用戶指南
- AD-FMCOMCOMS1-EBZ軟件
- UG-1460:AD9671EBZ評(píng)估板用戶指南
- AD9119-MIX-EBZ評(píng)估板快速入門指南
- AD-FMCADC2-EBZ電路板&Xilinx參考設(shè)計(jì)
- 驗(yàn)證ADI轉(zhuǎn)換器與Xilinx FPGA和JESD204B/C IP的互操作性
- UG-1364:ADA4945-1CP-EBZ差分放大器評(píng)估板
- ADS8-V1EBZ評(píng)估板用戶指南
- AD9213/9217 Wiki:使用基于ADS8-V1EBZ FPGA采集板的ADC評(píng)估板
- Validating ADI Converters Inter-operability with Xilinx FPGA and JESD204B/C IP
- xilinx實(shí)驗(yàn)板原理圖
- 抓住JESD204B接口功能的關(guān)鍵問題 882次閱讀
- LogiCORE IP JESD204內(nèi)核概述 811次閱讀
- AN-1006:使用 EVAL-ADUSB2EBZ 1170次閱讀
- JESD204B具體調(diào)試過程 1248次閱讀
- 經(jīng)驗(yàn)貼:ADI官方IP核與例程編譯指南 3193次閱讀
- 關(guān)于PCB板“ESD保護(hù)電路設(shè)計(jì)”9大措施 2453次閱讀
- Xilinx開發(fā)板Si570頻率配置步驟詳解 9047次閱讀
- 基于Xilinx Zynq ultraScale+ 系列FPGA的AXU2CGB 開發(fā)板評(píng)測(cè) 9051次閱讀
- Xilinx Vivado I/O延遲約束介紹 4938次閱讀
- 基于Xilinx Zynq SoC的“小傻瓜(Snickerdoodle)”開發(fā)套件 1613次閱讀
- Xilinx Zynq UltraScale MPSoC可擴(kuò)展電源設(shè)計(jì) 1950次閱讀
- Xilinx品牌FPGA使用的三種證書 4193次閱讀
- esd是什么意思_esd的相關(guān)介紹 4.4w次閱讀
- 如何解決PCB板設(shè)計(jì)中的ESD問題? 1851次閱讀
- 解析PCB板設(shè)計(jì)中抗ESD的常見防范措施 1172次閱讀
下載排行
本周
- 1電子電路原理第七版PDF電子教材免費(fèi)下載
- 0.00 MB | 1491次下載 | 免費(fèi)
- 2單片機(jī)典型實(shí)例介紹
- 18.19 MB | 95次下載 | 1 積分
- 3S7-200PLC編程實(shí)例詳細(xì)資料
- 1.17 MB | 27次下載 | 1 積分
- 4筆記本電腦主板的元件識(shí)別和講解說明
- 4.28 MB | 18次下載 | 4 積分
- 5開關(guān)電源原理及各功能電路詳解
- 0.38 MB | 11次下載 | 免費(fèi)
- 6100W短波放大電路圖
- 0.05 MB | 4次下載 | 3 積分
- 7基于單片機(jī)和 SG3525的程控開關(guān)電源設(shè)計(jì)
- 0.23 MB | 4次下載 | 免費(fèi)
- 8基于AT89C2051/4051單片機(jī)編程器的實(shí)驗(yàn)
- 0.11 MB | 4次下載 | 免費(fèi)
本月
- 1OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234313次下載 | 免費(fèi)
- 2PADS 9.0 2009最新版 -下載
- 0.00 MB | 66304次下載 | 免費(fèi)
- 3protel99下載protel99軟件下載(中文版)
- 0.00 MB | 51209次下載 | 免費(fèi)
- 4LabView 8.0 專業(yè)版下載 (3CD完整版)
- 0.00 MB | 51043次下載 | 免費(fèi)
- 5555集成電路應(yīng)用800例(新編版)
- 0.00 MB | 33562次下載 | 免費(fèi)
- 6接口電路圖大全
- 未知 | 30320次下載 | 免費(fèi)
- 7Multisim 10下載Multisim 10 中文版
- 0.00 MB | 28588次下載 | 免費(fèi)
- 8開關(guān)電源設(shè)計(jì)實(shí)例指南
- 未知 | 21539次下載 | 免費(fèi)
總榜
- 1matlab軟件下載入口
- 未知 | 935053次下載 | 免費(fèi)
- 2protel99se軟件下載(可英文版轉(zhuǎn)中文版)
- 78.1 MB | 537793次下載 | 免費(fèi)
- 3MATLAB 7.1 下載 (含軟件介紹)
- 未知 | 420026次下載 | 免費(fèi)
- 4OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234313次下載 | 免費(fèi)
- 5Altium DXP2002下載入口
- 未知 | 233046次下載 | 免費(fèi)
- 6電路仿真軟件multisim 10.0免費(fèi)下載
- 340992 | 191183次下載 | 免費(fèi)
- 7十天學(xué)會(huì)AVR單片機(jī)與C語(yǔ)言視頻教程 下載
- 158M | 183277次下載 | 免費(fèi)
- 8proe5.0野火版下載(中文版免費(fèi)下載)
- 未知 | 138039次下載 | 免費(fèi)
評(píng)論
查看更多