资料介绍
![Diff](/lib/images/diff.png)
Table of Contents
AD9434 Native FMC Card
Introduction
The AD9434 is a 12-bit monolithic sampling analog-to-digital converter (ADC) optimized for high performance, low power, and ease of use. The part operates at up to a 500 MSPS conversion rate and is optimized for outstanding dynamic performance in wideband carrier and broadband systems. All necessary functions, including a sample-and-hold and voltage reference, are included on the chip to provide a complete signal conversion solution. This reference design includes a data capture interface and the external DDR-DRAM interface for sample storage. It allows programming the device and monitoring it's internal status registers. The board also provides other options to drive the clock and analog inputs of the ADC.
Supported Devices
Functional Description
The reference design is built on a Zynq based system parameterized for linux. It consists of three functional modules, a LVDS interface, a PN monitor and a DMA interface. The LVDS interface captures and buffers data from the ADC. The data is captured using ISERDES primitives and is captured 4 samples wide at 1/4th of the ADC clock (125MHz at 500MHz ADC clock). 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. By default, the board is configured to use the onboard clock.
Supported Carriers
Downloads
AD9434FMC
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AD9434-FMC-500EBZ | ad9434_fmc | zc706 | axi_ad9434 |
axi_clkgen | |||
axi_dmac | |||
axi_hdmi_tx | |||
axi_spdif_tx | |||
axi_sysid | |||
sysid_rom | |||
util_axis_fifo |
Help & Support
- The carriers (abbrevations can be found here) are commonly available FPGA evaluation boards.
- The HDL user guide contains all the documentation, build instructions and register map tables.
- The following quick links allows you to browse the github repository for a list of current branches, library components, and projects.
ML605 Xilinx Reference Design (Obsolete)
Quick Start Guide
The reference design has been tested with ML605. It should be easily portable to other boards such as KC705 and VC707, only the ISERDES primitive, UCF and MHS files need to be changed. The bit file provided combines the FPGA bit file and the SDK elf files. It may be used for a quick check on the system. All you need is the hardware and a PC running a UART terminal and the programmer (IMPACT). This bit file configuration also captures the test mode outputs of ADC.
Required Hardware
- ML605 board
- AD9434-FMC board (the default setup uses onboard clock)
- Signal generator (for data)
Required Software
- Xilinx ISE (Programmer (IMPACT) is sufficient for the demo and is available on Webpack). Use the latest version or the one used in the reference design.
- A UART terminal (Tera Term/Hyperterminal), Baud rate 57600.
- Xilinx Chipscope Analyzer (for signal capture plot).
Running Demo (SDK) Program
To begin, connect the AD9434-FMC board to the FMC-LPC connector of ML605 board (see image below). Connect power and two USB cables from the PC to the JTAG and UART USB connectors on the edge of the ML605. The demo program uses the default board configuration that uses an on-board clock. Connect a signal source to the AIN SMA (J100) connector of the FMC card. After the hardware setup, turn the power on to the ML605.
Start IMPACT, and initialize the JTAG chain. The program should recognize the Virtex 6 device. Start a UART terminal (set to 57600 baud rate) and then program the device. If programming was successful, you should be seeing messages appear on the terminal as shown in the figure below. After reading some default registers in the AD9434 and AD9517, the program enables different test patterns available on the ADC.
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 4-samples wide at 125MHz. The most recent sample is at the most significant bits of the captured data.
Using the Reference Design
Functional Description
The reference design is built on a microblaze based system parameterized for linux. It consists of three functional modules, a LVDS interface, a PN monitor and a DMA interface. The LVDS interface captures and buffers data from the ADC. The data is captured using ISERDES primitives and is captured 4 samples wide at 1/4th of the ADC clock (125MHz at 500MHz ADC clock). 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.
Registers
Refer to the regmap.txt file inside the pcores directory.
Clock Selection
The board provides different (some modification maybe necessary) possible clock path for clocking the AD9434.
Downloads
FPGA Referece Designs:
- ML605 (Source files): cf_ad9434_ml605_edk_14_4_2013_03_29.tar.gz
- ML605 (Bit/SW files): cf_ad9434_ml605_sw_14_4_2013_03_29.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.
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/* | The pcores directory. |
- EVAD9434 AD9434 评估板
- AD9434 SIMULINK ADIsimADC模型
- FMC-Imageon Xilinx ML605参考设计
- AD9789评估板、DAC-FMC转接器和Xilinx ML605参考设计
- AD971x/AD911x-DPG2 FMC转接器和评估板/Xilinx ML-605参考设计
- AD9129评估板、DAC-FMC插入器和Xilinx ML-605参考设计
- AD9434:12位,370 MSPS/500 MSPS,1.8 V对数字转换器数据Sheet
- AD9265本地FMC卡/ML605 Xilinx参考设计
- ML605-UMMODULE的线性工艺选择
- AD9279评估板、ADC-FMC转接器和Xilinx ML605参考设计
- AD7960 Wiki:FMC卡和Xilinx参考设计
- AD7961本地FMC卡和Xilinx参考设计
- AD9122评估板、DAC-FMC插入器和Xilinx ML-605参考设计
- AD9434 Simulink ADIsimADC Model
- UG-290:评估模数转换器AD9434和AD9484
- 【GD32F470紫藤派开发板使用手册】第四讲 FMC-片内Flash擦写读实验 1359次阅读
- 如何本地部署大模型 2585次阅读
- HarmonyOS本地模拟器的版本演进与使用方法 6276次阅读
- Xilinx FPGA的FMC介绍 5947次阅读
- digilent FMC Pcam适配器介绍 2879次阅读
- 2.5 GSPS高性能数模转换器——AD9739A DAC 4866次阅读
- 关于FPGA的FMC接口的详细介绍 1.2w次阅读
- Xilinx Alveo U200数据中心加速器卡的主要性能和优势 6204次阅读
- 采用Xilinx ML507评估平台的APU增强型FPGA设计 1245次阅读
- Xilinx交叉编译链的安装步骤和验证 3184次阅读
- 基于Xilinx reVISION Stack Demo双摄像头采集图像 3510次阅读
- 基于FPGA 的FMC 接口应用实例 1w次阅读
- 基于FPGA的DMA读写设计及中断控制 6239次阅读
- stm32案例分享之使D-CACHE时FMC外设运行不正常原因 1w次阅读
- FMC+标准将嵌入式设计推到全新的高度 2132次阅读
下载排行
本周
- 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次下载 | 免费
评论