資料介紹

Table of Contents
AD9683 Evaluation Board, ADC-FMC Interposer & Xilinx ZC706 Reference Design
Introduction
The AD9683 is a 14-bit ADC with sampling speeds of up to 250 MSPS. It is designed to support communications applications where low cost, small size, wide bandwidth and versatility are desired. The ADC cores feature a multistage, differential pipelined architecture with integrated output error correction logic. This 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 on ZC706. It allows programming the device and monitoring it's internal registers via SPI.
Supported Devices
Supported Carriers
Quick Start Guide
The reference design zip file contains a bit file and a SDK elf file for a quick demonstration of the programming and data capture. All you need is the hardware and a PC running a UART terminal and the programmer (IMPACT).
Required Hardware
- ZC706 board
- AD9683-EBZ board & Power supply
- ADC FMC interposer board
- Signal/Clock generator (reference clock input, 250MHz)
- Signal generator (analog input, for data capture)
Required Software
- Xilinx ISE (Programmer (IMPACT) is sufficient for the demo and is available on Webpack).
- A UART terminal (Tera Term/Hyperterminal), Baud rate 115200.
Bit file
- Download the gzip file and extract the sw/cf_ad9683_ebz.bit file.
Board Modifications
Please do the following modifications on the AD9683 evaluation board.
- Remove R609
- Remove R610
- Remove R604
- Remove R601
- Remove U603
- Populate R607
- Populate R613
- Populate R615
Running Demo (SDK) Program
To begin make the following connections (see image below):
- Connect the AD9683-EBZ board to the FMC Interposer board
- Connect the interposer board to the FMC-HPC connector of ZC706 board
- Connect power to ZC706 and the AD9683-EBZ boards
- Connect two USB cables from the PC to the JTAG and UART USB connectors on ZC706
- Connect an external clock source 250MHz (5dBm) to AD9683-EBZ board's CLK+ SMA connector
- Connect signal generators to the AIN SMA connector
The quick start bit file configures the AD9683 for all test modes and verifies the captured data accordingly. After the hardware setup, turn the power on to the ZC706 and the AD9683-EBZ boards.
Start a UART terminal (set to 115200 baud rate), and program the device and run the elf file. The easiest thing to do would be to run the tcl script in the sw directory from a Xilinx command prompt (see below).
[/cygdrive/c/corefpga/xilinx/cf_ad9683_ebz_zc706]> xmd -tcl sw/cf_ad9683_ebz_zc706.tcl Xilinx Microprocessor Debugger (XMD) Engine Xilinx EDK 14.4 Build EDK_P.49d Copyright (c) 1995-2012 Xilinx, Inc. All rights reserved. Executing user script : sw/cf_ad9683_ebz_zc706.tcl Programming Bitstream -- sw/cf_ad9683_ebz_zc706.bit Fpga Programming Progress ............10.........20.........30.........40.........50.........60.........70.........80.........90.....Done Successfully downloaded bit file. JTAG chain configuration -------------------------------------------------- Device ID Code IR Length Part Name 1 4ba00477 4 Cortex-A9 2 03731093 6 XC7Z045 JTAG chain configuration -------------------------------------------------- Device ID Code IR Length Part Name 1 4ba00477 4 Cortex-A9 2 03731093 6 XC7Z045 -------------------------------------------------- Enabling extended memory access checks for Zynq. Writes to reserved memory are not permitted and reads return 0. To disable this feature, run "debugconfig -memory_access_check disable". -------------------------------------------------- CortexA9 Processor Configuration ------------------------------------- Version.............................0x00000003 User ID.............................0x00000000 No of PC Breakpoints................6 No of Addr/Data Watchpoints.........1 Connected to "arm" target. id = 64 Starting GDB server for "arm" target (id = 64) at TCP port no 1234 Info: Enabling level shifters and clearing fabric port resets Downloading Program -- sw/cf_ad9683_ebz_zc706.elf section, .text: 0x00100000-0x00105f37 section, .init: 0x00105f38-0x00105f4f section, .fini: 0x00105f50-0x00105f67 section, .rodata: 0x00105f68-0x001062cf section, .data: 0x001062d0-0x0010670b section, .eh_frame: 0x0010670c-0x0010670f section, .bss: 0x00106710-0x00106763 section, .mmu_tbl: 0x00106764-0x0010bfff section, .init_array: 0x0010c000-0x0010c007 section, .fini_array: 0x0010c008-0x0010c00b section, .heap: 0x0010c00c-0x0010c40f section, .stack: 0x0010c410-0x0010d80f Download Progress.10.20.30.40.50..60.70.80.90.Done Setting PC with Program Start Address 0x00100000 RUNNING> Disconnected from Target 64 Disconnected from Target 352 Processor started. Type "stop" to stop processor
If programming was successful, you should be seeing messages appear on the terminal as shown in figure below. After programming the AD9683, the program checks data capture on various test modes.
After patterns and prbs sequences are verified, if no errors are present, you may use the chipscope busplot to see the captured signal (see below). The ADC data is available on pins [15:0] of UNIT:1 of chipscope.
Using the reference design
The reference design is built on a microblaze based system parameterized for linux. The reference design consists of two pcores. The JESD204B core consists of the GTX units and the Xilinx JESD204B IP core. The AD9683 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. The JESD204B core and AD9683 core has an AXI lite interface that allows control and monitoring of the capture process.
Registers
Please refer to the regmap.txt file in the pcores directory.
Good To Know
The PN9/PN23 sequences are not compatible with O.150. Please use the equations given in the reference design.
Downloads
FPGA Referece Designs:
- ZC706 (Source files) cf_ad9683_ebz_zc706_edk_14_4_2013_05_08.tar.gz
- ZC706 (Software files) cf_ad9683_ebz_zc706_sw_14_4_2013_05_08.tar.gz
Only Xilinx coregen xco files are provided with the reference design. You must regenerate the IP core files using this file. See generating Xilinx netlist/verilog files from xco files for details.
- Questions? Ask Help & Support.
Tar file contents
The tar file contains, in most cases, the following files and/or directories. To rebuild the reference design simply double click the XMP file and run the tool. To build SDK, select a workspace and use the C file to build the elf file. Please refer to Xilinx EDK documentation for details.
license.txt | ADI license & copyright information. |
system.mhs | MHS file. |
system.xmp | XMP file (use this file to build the reference design). |
data/ | UCF file and/or DDR MIG project files. |
docs/ | Documentation files (Please note that this wiki page is the documentation for the reference design). |
sw/ | Software (Xilinx SDK) & bit file(s). |
cf_lib/edk/pcores/ | Reference design core file(s) (Xilinx EDK). |
More information
- FMC插入器&Xilinx KC705參考設(shè)計(jì)
- AD7656-1 FMC-SDP轉(zhuǎn)接器和評(píng)估板/Xilinx KC705參考設(shè)計(jì)
- AD7658-1 FMC-SDP轉(zhuǎn)接器和評(píng)估板/Xilinx KC705參考設(shè)計(jì)
- FMC-Imageon Xilinx ML605參考設(shè)計(jì)
- AD9833 FMC-SDP轉(zhuǎn)接器和評(píng)估板/Xilinx KC705參考設(shè)計(jì)
- AD9129評(píng)估板、DAC-FMC插入器和Xilinx ML-605參考設(shè)計(jì)
- AD9671評(píng)估板、ADC-FMC轉(zhuǎn)接器和Xilinx KC705參考設(shè)計(jì)
- Zynq-7000全可編程SoC ZC706評(píng)估套件(ISE Design Suite 14.5)入門指南
- AD9250評(píng)估板、ADC-FMC轉(zhuǎn)接器和Xilinx KC705參考設(shè)計(jì)
- AD9279評(píng)估板、ADC-FMC轉(zhuǎn)接器和Xilinx ML605參考設(shè)計(jì)
- AD7960 Wiki:FMC卡和Xilinx參考設(shè)計(jì)
- AD9739A評(píng)估板、DAC-FMC插入器和Xilinx參考設(shè)計(jì)
- AD7961本地FMC卡和Xilinx參考設(shè)計(jì)
- AD9467評(píng)估板、ADC-FMC插入器和Xilinx參考設(shè)計(jì)
- AD9122評(píng)估板、DAC-FMC插入器和Xilinx ML-605參考設(shè)計(jì)
- GD32 MCU 入門教程】GD32 MCU 常見外設(shè)介紹(12)FMC 模塊介紹 1258次閱讀
- 【GD32F470紫藤派開發(fā)板使用手冊(cè)】第四講 FMC-片內(nèi)Flash擦寫讀實(shí)驗(yàn) 1359次閱讀
- ZC706千兆網(wǎng)測(cè)試(ZYNQ,F(xiàn)reeRTOS,Echo,lwIP,TCP,RGMII) 2112次閱讀
- 通過EsDA工具和MPC-ZC1平臺(tái)實(shí)現(xiàn)串口MQTT服務(wù)器 1136次閱讀
- Xilinx FPGA的FMC介紹 5947次閱讀
- digilent FMC Pcam適配器介紹 2879次閱讀
- 2.5 GSPS高性能數(shù)模轉(zhuǎn)換器——AD9739A DAC 4866次閱讀
- 關(guān)于FPGA的FMC接口的詳細(xì)介紹 1.2w次閱讀
- 基于Xilinx reVISION Stack Demo雙攝像頭采集圖像 3510次閱讀
- 基于QEMU系統(tǒng)模擬器Xilinx/QEMU的運(yùn)行與調(diào)試 9211次閱讀
- 基于FPGA 的FMC 接口應(yīng)用實(shí)例 1w次閱讀
- stm32案例分享之使D-CACHE時(shí)FMC外設(shè)運(yùn)行不正常原因 1w次閱讀
- 如何靈活配置開發(fā)板的GT參考時(shí)鐘 3215次閱讀
- MAX706s_MAX706SESA_MAX706TESA_MAX706PA中文資料PDF英文Datasheet數(shù)據(jù)手冊(cè) 5270次閱讀
- FMC+標(biāo)準(zhǔn)將嵌入式設(shè)計(jì)推到全新的高度 2132次閱讀
下載排行
本周
- 1AN-1267: 使用ADSP-CM408F ADC控制器的電機(jī)控制反饋采樣時(shí)序
- 1.41MB | 3次下載 | 免費(fèi)
- 2AN158 GD32VW553 Wi-Fi開發(fā)指南
- 1.51MB | 2次下載 | 免費(fèi)
- 3AN148 GD32VW553射頻硬件開發(fā)指南
- 2.07MB | 1次下載 | 免費(fèi)
- 4AN-1154: 采用恒定負(fù)滲漏電流優(yōu)化ADF4157和ADF4158 PLL的相位噪聲和雜散性能
- 199.28KB | 次下載 | 免費(fèi)
- 5AN-960: RS-485/RS-422電路實(shí)施指南
- 380.8KB | 次下載 | 免費(fèi)
- 6EE-249:使用VisualDSP在ADSP-218x DSP上實(shí)現(xiàn)軟件疊加
- 60.02KB | 次下載 | 免費(fèi)
- 7AN-1111: 使用ADuCM360/ADuCM361時(shí)的降低功耗選項(xiàng)
- 306.09KB | 次下載 | 免費(fèi)
- 8AN-904: ADuC7028評(píng)估板參考指南
- 815.82KB | 次下載 | 免費(fèi)
本月
- 1ADI高性能電源管理解決方案
- 2.43 MB | 450次下載 | 免費(fèi)
- 2免費(fèi)開源CC3D飛控資料(電路圖&PCB源文件、BOM、
- 5.67 MB | 138次下載 | 1 積分
- 3基于STM32單片機(jī)智能手環(huán)心率計(jì)步器體溫顯示設(shè)計(jì)
- 0.10 MB | 130次下載 | 免費(fèi)
- 4使用單片機(jī)實(shí)現(xiàn)七人表決器的程序和仿真資料免費(fèi)下載
- 2.96 MB | 44次下載 | 免費(fèi)
- 5美的電磁爐維修手冊(cè)大全
- 1.56 MB | 24次下載 | 5 積分
- 6如何正確測(cè)試電源的紋波
- 0.36 MB | 18次下載 | 免費(fèi)
- 7感應(yīng)筆電路圖
- 0.06 MB | 10次下載 | 免費(fèi)
- 8萬(wàn)用表UT58A原理圖
- 0.09 MB | 9次下載 | 5 積分
總榜
- 1matlab軟件下載入口
- 未知 | 935121次下載 | 10 積分
- 2開源硬件-PMP21529.1-4 開關(guān)降壓/升壓雙向直流/直流轉(zhuǎn)換器 PCB layout 設(shè)計(jì)
- 1.48MB | 420062次下載 | 10 積分
- 3Altium DXP2002下載入口
- 未知 | 233088次下載 | 10 積分
- 4電路仿真軟件multisim 10.0免費(fèi)下載
- 340992 | 191367次下載 | 10 積分
- 5十天學(xué)會(huì)AVR單片機(jī)與C語(yǔ)言視頻教程 下載
- 158M | 183335次下載 | 10 積分
- 6labview8.5下載
- 未知 | 81581次下載 | 10 積分
- 7Keil工具M(jìn)DK-Arm免費(fèi)下載
- 0.02 MB | 73810次下載 | 10 積分
- 8LabVIEW 8.6下載
- 未知 | 65988次下載 | 10 積分
評(píng)論