资料介绍
Table of Contents
AD9789 Evaluation Board, DAC-FMC Interposer & Xilinx ML605 Reference Design
Introduction
The AD9789 is a flexible four channel QAM encoder, interpolator and upconverter combined with a high performance, 2.4GSPS, 14-bit, RF digital-to-analog converter (DAC). This reference design includes DDS generators that drives all channels of the device. The programming is done via the USB-SPI interface.
Supported Devices
Supported Carriers
Quick Start Guide
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, ADI DAC software and the programmer (IMPACT).
Required Hardware
- ML605 board
- AD9789-EBZ board & Power supply
- DAC FMC interposer board
- Signal/Clock generator (2.4GHz)
- Spectrum Analyzer
Required Software
- Xilinx ISE 14.1 (Programmer (IMPACT) is sufficient for the demo and is available on Webpack).
- A UART terminal (Tera Term/Hyperterminal), Baud rate 57600.
- ADI DPG DAC Software Suite (available here).
Bit file
- Download the gzip file and extract the sw/cf_ad9789_ebz.bit file.
Running Demo (SDK) Program
To begin make the following connections (see image below):
- Connect the AD9789-EBZ board to the FMC Interposer board.
- Connect the interposer board to the FMC-LPC connector of ML605 board.
- Connect power to ML605 and the AD9789-EBZ boards.
- Connect two USB cables from the PC to the JTAG and UART USB connectors on ML605.
- Connect a USB cable to the AD9789-EBZ board.
- Connect an external clock source to AD9789-EBZ board's S1 (HF_DACCLK) SMA connector.
- Connect a spectrum analyzer to AD9789-EBZ board's S5 (AOUT_DAC-) SMA connector.
Setup the clock source to be 2.4GHz/6dBm. After the hardware setup, turn the power on to the ML605 and the AD9789-EBZ boards.
The reference design primarily supports four modes of operation.
Mode | Key-Select | Bus-Width | Data-Width | Data-Format | First Block Enabled | Description |
0x0 | 'a' | 32 | 8 | Real | QAM mapper | Channelizer Mode. |
0x1 | 'b' | 32 | 8 | Complex | SRRC filter | Channelizer Mode. |
0x2 | 'c' | 32 | 16 | Complex | Interpolation Filter | Channelizer Mode. |
0x3 | 'd' | 32 | 16 | Complex | N/A | QDUC Mode. |
The reference design is NOT fully verified across all the modes. The delay/latency parameters may have to be adjusted depending on various features selected.
QAM Mapper Mode
SRRC Filter Mode
Interpolation Filter Mode
Start ADI- AD9789 SPI program (see screenshot below)-
- Click on “Run Continously” button.
- Interface Control: Set DCO_INV to OFF position (change it to ON if the spectrum has unwanted spurs).
- Interface Control: Set I/F_MODE to Channelizer mode.
- Interface Control: Set CHANPRI to ON position (enabled).
- Data Control: Set Coding to Binary position.
- Data Control: Set Data Width to 16-Bit mode.
- Data Control: Set I/O-Data Path to Complex.
- Data Control: Make sure BusWidth is set to 32.
- Data Control: Set Latency to 1.
- Channel Select: Enable all channnels.
- Bypass: Enable QAM Mapper, SRRC filter and filter 4 bypass.
- Summing Junction Scalar Input Scalar: Set 2.6 Multiplier Scale to 16. Note that this value must be set so that the saturation counter is always read as 0x0. You may clear the saturation register by clicking on the knob right next to it.
- NCO Frequency Tuming Words: Make sure the central frequency is 834MHz on all channels.
- Interpolating BPF Center Frequency: Set it to 834MHz click twice on the button to the right for the changes to take effect.
- Reference/Sample/Sync Clock Control: Make sure DCODIV is set to 0x1.
- Reference/Sample/Sync Clock Control: Set DSCPHZ to 0x0, click twice on PARAMNEW to take effect.
- Reference/Sample/Sync Clock Control: Set SNCPHZ to 0x3, click twice on PARAMNEW to take effect.
- Start a UART terminal (57600 baud rate).
- Start IMPACT/XMD then program the device.
If programming was successful, you should be seeing messages appear on the terminal as shown in figure below.
Select 'c' for the interpolation filter mode. The spectrum should appear as shown below. The DDS is set to 500KHz to 2000KHz.
QDUC Mode
Start ADI- AD9789 SPI program (see screenshot below)-
- Click on “Run Continously” button.
- Interface Control: Set DCO_INV to OFF position (change it to ON if the spectrum has unwanted spurs).
- Interface Control: Set I/F_MODE to QDUC mode.
- Interface Control: Set CHANPRI to ON position (enabled).
- Data Control: Set Coding to Binary position.
- Data Control: Set Data Width to 16-Bit mode.
- Data Control: Set I/O-Data Path to Complex.
- Data Control: Make sure BusWidth is set to 32.
- Data Control: Set Latency to 1.
- Channel Select: Enable channel 0, disable all the other channnels.
- Bypass: Enable QAM Mapper, SRRC filter and all other filters bypass.
- Summing Junction Scalar Input Scalar: Set 2.6 Multiplier Scale to 45. Note that this value must be set so that the saturation counter is always read as 0x0. You may clear the saturation register by clicking on the knob right next to it.
- NCO Frequency Tuming Words: Make sure the central frequency is 834MHz on channel 0.
- Interpolating BPF Center Frequency: Set it to 834MHz click twice on the button to the right for the changes to take effect.
- Reference/Sample/Sync Clock Control: Make sure DCODIV is set to 0x1.
- Reference/Sample/Sync Clock Control: Set DSCPHZ to 0x0, click twice on PARAMNEW to take effect.
- Reference/Sample/Sync Clock Control: Set SNCPHZ to 0x3, click twice on PARAMNEW to take effect.
- Start a UART terminal (57600 baud rate).
- Start IMPACT/XMD then program the device.
If programming was successful, you should be seeing messages appear on the terminal as shown in figure below.
Select 'd' for the qduc mode. The spectrum should appear as shown below. The DDS is set to 3MHz.
Using the reference design
Functional description
The reference design consists of a DDS module and a lvds interface. The DDS module consists of a Xilinx DDS core and DDR based DDS. It is possible to change the output data delay with respect to the DCO clock, as well as the FS to data delay. See the regmap file and the SDK c file.
Registers
Refer to the regmap.txt file inside the pcore.
Downloads
FPGA Referece Designs:
- ML605 (source files) cf_ad9789_ebz_edk_14_4_2013_03_25.tar.gz
- ML605 (bit/sw files) cf_ad9789_ebz_sw_14_4_2013_03_25.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 | The pcores directory. |
More information
- FMC-Imageon Xilinx ML605参考设计
- AD971x/AD911x-DPG2 FMC转接器和评估板/Xilinx ML-605参考设计
- AD9129评估板、DAC-FMC插入器和Xilinx ML-605参考设计
- AD5684R FMC-SDP转接器和评估板/Xilinx KC705参考设计
- CN0271 FMC-SDP转接器和评估板/Xilinx KC705参考设计
- AD9265本地FMC卡/ML605 Xilinx参考设计
- AD9434本地FMC卡和ML605 Xilinx参考设计
- AD9279评估板、ADC-FMC转接器和Xilinx ML605参考设计
- AD9838 FMC-SDP转接器和评估板/Xilinx KC705参考设计
- AD9739A评估板、DAC-FMC插入器和Xilinx参考设计
- AD5443 FMC-SDP转接器和评估板/Xilinx KC705参考设计
- AD7298 FMC-SDP转接器和评估板/Xilinx KC705参考设计
- AD5757 FMC-SDP转接器和评估板/Xilinx KC705参考设计
- AD5272 FMC-SDP转接器和评估板/Xilinx KC705参考设计
- AD9122评估板、DAC-FMC插入器和Xilinx ML-605参考设计
- 系统演示平台简化了从评估到原型设计的过渡 646次阅读
- Arm®ML处理器 嵌入式评估工具包介绍 1797次阅读
- Xilinx FPGA的FMC介绍 5643次阅读
- dfrobot可插拔传感器转接器简介 1043次阅读
- dfrobotWiiChuck转接器简介 1104次阅读
- 飞凌嵌入式JTAG转接板介绍 1614次阅读
- digilent FMC Pcam适配器介绍 2731次阅读
- digilent FMC-HDMI:双HDMI输入扩展子板介绍 4286次阅读
- 天嵌科技LVDS转接板-TTL-LVDS转接板规格 3772次阅读
- 2.5 GSPS高性能数模转换器——AD9739A DAC 4675次阅读
- 关于FPGA的FMC接口的详细介绍 1.1w次阅读
- 采用Xilinx ML507评估平台的APU增强型FPGA设计 1190次阅读
- 基于FPGA的DMA读写设计及中断控制 5672次阅读
- Maxim为三款Xilinx FPGA参考设计提供电源管理方案 1163次阅读
- 非插入式器件如何测量? 1573次阅读
下载排行
本周
- 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次下载 | 免费
评论
查看更多