Wiki

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Next revision
resources:fpga:xilinx:fmc:ad9434 [15 Jan 2014 16:08] – [Downloads] Shane Foss
Line 1: Line 1:
 +====== AD9434 Native FMC Card & ML605 Xilinx Reference Design ======
 + 
 +===== Introduction =====
 +
 +The [[adi>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 =====
 +
 +  * [[adi>en/analog-to-digital-converters/ad-converters/ad9434/products/EVAL-AD9434/eb.html| AD9434-FMC-500EBZ]]
 +
 +===== Supported Carriers =====
 +
 +  * [[xilinx> ML605]] 
 +
 +===== 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.
 + 
 +{{:resources:fpga:xilinx:fmc:cf_ad9434_setup.jpg?200|Hardware setup}}
 +
 +Start IMPACT, and initialze 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 figure below. After reading some default registers in the AD9434 and AD9517, the program enables different test patterns available on the ADC.
 +
 +{{:resources:fpga:xilinx:fmc:cf_ad9434_uart.jpg?200|Terminal}}
 +
 +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.
 +
 +{{:resources:fpga:xilinx:fmc:cf_ad9434_busplot.jpg?200|Chipscope Busplot}}
 +
 +===== 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 =====
 +
 +Board Files:
 +<WRAP round download 80%>
 +  * {{:resources:fpga:xilinx:fmc:ad9434_fmc_schematic_wiki.pdf}}
 +  * {{:resources:fpga:xilinx:fmc:ad9434_fmc_bom_WIKI.xlsx}}
 +  * {{:resources:fpga:xilinx:fmc:ad9434_fmc_gerbers_wiki.zip}}
 +</WRAP>
 +
 +FPGA Referece Designs:
 +<WRAP round download 80%>
 +
 +  * **ML605 (Source files):** {{:resources:fpga:xilinx:fmc:cf_ad9434_ml605_edk_14_4_2013_03_29.tar.gz}}
 +  * **ML605 (Bit/SW files):** {{:resources:fpga:xilinx:fmc:cf_ad9434_ml605_sw_14_4_2013_03_29.tar.gz}}
 +
 +</WRAP>
 +
 +Only Xilinx coregen xco files are provided with the reference design. You must regenerate the IP core files using this file. See [[http://wiki.analog.com/resources/eval/user-guides/ad-fmcomms1-ebz/reference_hdl|generating Xilinx netlist/verilog files from xco files]] for details.
 +
 +<WRAP round help 80%>
 +  * Questions? [[http://ez.analog.com/post!input.jspa?containerType=14&container=2061|Ask Help & Support]].
 +</WRAP>
 +
 +===== 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 [[http://www.xilinx.com/support/documentation/dt_edk_edk13-2.htm|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. |
 +
 +===== More information =====
 +
 +  * [[ez>community/fpga|Ask questions about the FPGA reference design]]
 +
 +
  
resources/fpga/xilinx/fmc/ad9434.txt · Last modified: 30 Oct 2023 17:47 by Cristian Mihai Popa