AD9789評(píng)估板、DAC-FMC轉(zhuǎn)接器和Xilinx ML605參考設(shè)計(jì)
資料介紹

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參考設(shè)計(jì)
- AD971x/AD911x-DPG2 FMC轉(zhuǎn)接器和評(píng)估板/Xilinx ML-605參考設(shè)計(jì)
- AD9129評(píng)估板、DAC-FMC插入器和Xilinx ML-605參考設(shè)計(jì)
- AD5684R FMC-SDP轉(zhuǎn)接器和評(píng)估板/Xilinx KC705參考設(shè)計(jì)
- CN0271 FMC-SDP轉(zhuǎn)接器和評(píng)估板/Xilinx KC705參考設(shè)計(jì)
- AD9265本地FMC卡/ML605 Xilinx參考設(shè)計(jì)
- AD9434本地FMC卡和ML605 Xilinx參考設(shè)計(jì)
- AD9279評(píng)估板、ADC-FMC轉(zhuǎn)接器和Xilinx ML605參考設(shè)計(jì)
- AD9838 FMC-SDP轉(zhuǎn)接器和評(píng)估板/Xilinx KC705參考設(shè)計(jì)
- AD9739A評(píng)估板、DAC-FMC插入器和Xilinx參考設(shè)計(jì)
- AD5443 FMC-SDP轉(zhuǎn)接器和評(píng)估板/Xilinx KC705參考設(shè)計(jì)
- AD7298 FMC-SDP轉(zhuǎn)接器和評(píng)估板/Xilinx KC705參考設(shè)計(jì)
- AD5757 FMC-SDP轉(zhuǎn)接器和評(píng)估板/Xilinx KC705參考設(shè)計(jì)
- AD5272 FMC-SDP轉(zhuǎn)接器和評(píng)估板/Xilinx KC705參考設(shè)計(jì)
- AD9122評(píng)估板、DAC-FMC插入器和Xilinx ML-605參考設(shè)計(jì)
- 系統(tǒng)演示平臺(tái)簡(jiǎn)化了從評(píng)估到原型設(shè)計(jì)的過渡 809次閱讀
- Arm?ML處理器 嵌入式評(píng)估工具包介紹 8193次閱讀
- Xilinx FPGA的FMC介紹 5947次閱讀
- dfrobot可插拔傳感器轉(zhuǎn)接器簡(jiǎn)介 1157次閱讀
- dfrobotWiiChuck轉(zhuǎn)接器簡(jiǎn)介 1208次閱讀
- 飛凌嵌入式JTAG轉(zhuǎn)接板?介紹 1760次閱讀
- digilent FMC Pcam適配器介紹 2879次閱讀
- digilent FMC-HDMI:雙HDMI輸入擴(kuò)展子板介紹 4507次閱讀
- 天嵌科技LVDS轉(zhuǎn)接板-TTL-LVDS轉(zhuǎn)接板規(guī)格 4101次閱讀
- 2.5 GSPS高性能數(shù)模轉(zhuǎn)換器——AD9739A DAC 4866次閱讀
- 關(guān)于FPGA的FMC接口的詳細(xì)介紹 1.2w次閱讀
- 采用Xilinx ML507評(píng)估平臺(tái)的APU增強(qiáng)型FPGA設(shè)計(jì) 1245次閱讀
- 基于FPGA的DMA讀寫設(shè)計(jì)及中斷控制 6239次閱讀
- Maxim為三款Xilinx FPGA參考設(shè)計(jì)提供電源管理方案 1210次閱讀
- 非插入式器件如何測(cè)量? 1649次閱讀
下載排行
本周
- 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萬用表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 積分
電子發(fā)燒友App






創(chuàng)作
發(fā)文章
發(fā)帖
提問
發(fā)資料
發(fā)視頻






上傳資料賺積分
評(píng)論