The EVAL-AD-FMCADC4-EBZ board has been retired, and is no longer available for sale. It has been removed from the HDL and software repository, but is still available in the history.
The EVAL-AD-FMCADC4-EBZ is a high speed four channel data acquisition board featuring two AD9680 dual channel ADC at 1000 MSPS (1240 MSPS) and four ADA4961 ADA4961 low distortion, 3.2 GHz, RF DGA driving each converter. The FMC form factor supports the JESD204B high speed serial interface. All clocking and channel synchronization is provisioned on-board using the AD9528 AD9528 clock generator. This board meets most of the FMC specifications in terms of mechanical size, mounting hole locations etc., for further details, please refer to the FMC specification.
Although this board does meet most of the FMC specifications, it is not meant as a commercial off the shelf (COTS) board. If a commercial, ready to go integrate product is required, please refer to one of the many FMC manufacturers.
ADI also provides reference designs (HDL and software) for this board to work with commonly available Altera and Xilinx development boards.
The AD-FMCADC4-EBZ board's primary purpose is to demonstrate the capabilities of the devices on board quickly and easily by providing a seamless interface to an FMC carrier platform and running the reference design on the carrier FPGA. The board is designed to self power and self clock when connected to the FMC carrier. The analog signals (up to four) are connected to J301A, J301B, J301C and J301D. This rapid prototyping board can also be synchronized across channels.
The FMC board includes the following products by Analog Devices:
Top View
Bottom View
The AD-FMCADC4-EBZ includes an on-board 80MHz reference oscillator from Crystek. This feature can be disconnected and an external reference can be applied through J901. When referencing the schematic make sure the proper component changes are made in order to directly route the input into the AD9528.
The AD-FMCADC4-EBZ uses a passive front end designed for very wide bandwidth. A single ended input needs to be provided to the analog inputs mentioned earlier. A 1:2 impedance ratio broadband balun then converts the input signal differentially to the ADA4961 inputs and has a 1.6GHz bandwidth at -3dB. Each channel amplifier can be adjusted independently in terms of gain.
The revision A board supports amplifier gain control via spi. After power-up, the gain of the amplifier defaults to an attenuated state. Use a low jitter, low noise signal source with a level at -20dBm to the analog inputs (J301-A/B/C/D). Apply a signal source no greater than -10dBm to achieve full-scale of the converter when maximum gain of the amplifier is applied.
The HDL reference design is built around a processor as in an embedded system. You may use either Linux or No-OS software to demonstrate the design (details in the downloads section). In order to run the HDL with the No-OS application, first we need to build the HDL bit file and software elf file.
At the time of this writing, we are using the 'dev' branch for both. The HDL user guide contains the instructions to build the bit file. Please make sure you use the 'dev' branch (checkout dev right after cloning).
Once the bit file is ready, follow these instructions to build the elf file. This assumes you are following our directory structures. If you are not, just get the idea from here and port it to your environment. However you have to figure out things on your own.
If you are more comfortable with the GUI, import all the files (or folders) that the make uses.
A typical run looks like this:
[~/github/noos/ad-fmcadc4-ebz/zc706]> make HDF-FILE=~/github/hdl/projects/fmcadc4/zc706/fmcadc4_zc706.sdk/system_top.hdf xsct -s ../../scripts/xilinx_xsct.tcl ~/github/hdl/projects/fmcadc4/zc706/fmcadc4_zc706.sdk/system_top.hdf >> xilinx_xsct.log 2>&1 arm-xilinx-eabi-gcc -DXILINX -Ibsp/ps7_cortexa9_0/include -I.. -I../../common_drivers/adc_core -I../../common_drivers/jesd204b_gt -I../../common_drivers/jesd204b_v51 -I../../common_drivers/xilinx_platform_drivers -I../../drivers/ad9528 -I../../drivers/ad9680 -Os -ffunction-sections -fdata-sections -o zc706.elf sw/src/platform.c ../ad_fmcadc4_ebz.c ../../common_drivers/adc_core/adc_core.c ../../common_drivers/jesd204b_gt/jesd204b_gt.c ../../common_drivers/jesd204b_v51/jesd204b_v51.c ../../common_drivers/xilinx_platform_drivers/platform_drivers.c ../../drivers/ad9528/ad9528.c ../../drivers/ad9680/ad9680.c -Lbsp/ps7_cortexa9_0/lib/ -Tsw/src/lscript.ld -Wl,--start-group,-lxil,-lgcc,-lc,--end-group [~/github/noos/ad-fmcadc4-ebz/zc706]
Start an UART terminal.
[USB0] port = /dev/ttyUSB0 speed = 115200 bits = 8 stopbits = 1 parity = none crlfauto = True ## if not set, expect non-aligned text [~/github/noos/ad-fmcadc4-ebz/zc706]> gtkterm -c USB0 &
For the `make run` case. You can also run it using Vivado or SDK - up to you.
[~/github/noos/fmcadc4/zc706]> make run make run xsdb ../../../no-OS/scripts/xsdb.tcl ZYNQ_PS7 attempting to launch hw_server Xilinx hw_server v2017.4.1 Build date : Jan 30 2018-15:42:25 Copyright 1986-2017 Xilinx, Inc. All Rights Reserved. INFO: hw_server application started INFO: Use Ctrl-C to exit hw_server application INFO: To connect to this hw_server instance use url: TCP:127.0.0.1:3121 100% 6MB 1.7MB/s 00:03 Downloading Program -- ~/github/noos/fmcadc4/zc706/sw/Release/sw.elf section, .text: 0x00100000 - 0x00113487 section, .init: 0x00113488 - 0x0011349f section, .fini: 0x001134a0 - 0x001134b7 section, .rodata: 0x001134b8 - 0x00114387 section, .data: 0x00114388 - 0x00114de3 section, .eh_frame: 0x00114de4 - 0x00114de7 section, .mmu_tbl: 0x00118000 - 0x0011bfff section, .ARM.exidx: 0x0011c000 - 0x0011c007 section, .init_array: 0x0011c008 - 0x0011c00b section, .fini_array: 0x0011c00c - 0x0011c00f section, .bss: 0x0011c010 - 0x0011c373 section, .heap: 0x0011c374 - 0x0011e37f section, .stack: 0x0011e380 - 0x00121b7f 100% 0MB 0.6MB/s 00:00 Setting PC to Program Start Address 0x00100000 Successfully downloaded ~/github/noos/fmcadc4/zc706/sw/Release/sw.elf
The following messages should appear on the terminal.
QPLL ENABLE Rx link is enabled Measured Link Clock: 250 MHz Link status: DATA SYSREF captured: Yes adc_setup adc core initialized (1000 MHz). adc_setup adc core initialized (1000 MHz). RX capture done.A brief background information on what is happening. Let's look at the No-OS main function. First, it configures and sets the GPIO based on the board.
ad_gpio_set(GPIO_AD9528_STATUS, 0x0); ad_gpio_set(GPIO_AD9528_RSTN, 0x0); // reset ad_gpio_set(GPIO_AD9528_RSTN, 0x1); // bring out of reset
The clock chip is programmed to output the desired clocks and sys-ref signals. The default setting is 1GHz for the AD9680 and 500MHz for the FPGA.
ad9528_setup(&ad9528_spi_device, &ad9528_param);
The transceiver cores are initialized. Here only DRP access is possible. If you are planning to change the transceivers, this is where they should be.
xcvr_setup(&ad9680_xcvr);
The AD9680 devices are initialized (checking the PLL status)
ad9680_setup(&ad9680_0_spi_device, ad9680_0_param); ad9680_setup(&ad9680_1_spi_device, ad9680_1_param);
The design uses ADI's JESD IP- it needs to be programmed to match the device settings (frame count, byte count, scrambling and such).
jesd_setup(ad9680_jesd);
After the above setup, bring the transceivers up, here we check for everything on the link, starting from the PLL locked to SYNC deasserted.
axi_jesd204_rx_status_read(ad9680_jesd);
The individual AD9680 cores are brought out of reset.
adc_setup(ad9680_0_core);
The ADC has a PRBS generator at the sample level that can be monitored in the FPGA. This is a robust way to confirming the link status. The software monitors this and reports any errors.
This is setting the PRBS generator in the device.
ad9680_test(&ad9680_0_spi_device, AD9680_TEST_PN9);
This is setting the PRBS monitors in the FPGA.
adc_pn_mon(ad9680_0_core, ADC_PN9)
If you don't see any other messages in the UART other than the ones mentioned above- all is well.
Here is the ILA plot screen capture
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AD40XXFMC | ad40xx_fmc | zcu102 | axi_clkgen |
axi_dmac | |||
axi_hdmi_tx | |||
axi_i2s_adi | |||
axi_spdif_tx | |||
axi_spi_engine | |||
axi_sysid | |||
spi_engine_execution | |||
spi_engine_interconnect | |||
spi_engine_offload | |||
sysid_rom | |||
util_axis_fifo | |||
util_cdc | |||
util_i2c_mixer |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AD5766SDZ | ad5758_sdz | zed | axi_clkgen |
axi_dmac | |||
axi_hdmi_tx | |||
axi_i2s_adi | |||
axi_spdif_tx | |||
axi_sysid | |||
sysid_rom | |||
util_axis_fifo | |||
util_cdc |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AD5766SDZ | ad5766_sdz | zed | axi_ad5766 |
axi_clkgen | |||
axi_dmac | |||
axi_hdmi_tx | |||
axi_i2s_adi | |||
axi_spdif_tx | |||
axi_spi_engine | |||
axi_sysid | |||
spi_engine_execution | |||
spi_engine_interconnect | |||
sysid_rom | |||
util_axis_fifo | |||
util_cdc |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AD6676EBZ | ad6676evb | vc707 | ad_ip_jesd204_tpl_adc |
zc706 | axi_ad6676 | ||
axi_adxcvr | |||
axi_clkgen | |||
axi_dmac | |||
axi_hdmi_tx | |||
axi_jesd204_common | |||
axi_jesd204_rx | |||
axi_spdif_tx | |||
axi_sysid | |||
jesd204_common | |||
jesd204_rx | |||
sysid_rom | |||
util_adxcvr | |||
util_axis_fifo | |||
util_cdc |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
NA | ad7134_fmc | zed | axi_clkgen |
axi_dmac | |||
axi_hdmi_tx | |||
axi_i2s_adi | |||
axi_spdif_tx | |||
axi_spi_engine | |||
axi_sysid | |||
spi_engine_execution | |||
spi_engine_interconnect | |||
spi_engine_offload | |||
sysid_rom | |||
util_axis_fifo | |||
util_cdc |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AD738xFMC | ad738x_fmc | zed | axi_clkgen |
axi_dmac | |||
axi_hdmi_tx | |||
axi_i2s_adi | |||
axi_spdif_tx | |||
axi_spi_engine | |||
axi_sysid | |||
spi_engine_execution | |||
spi_engine_interconnect | |||
spi_engine_offload | |||
sysid_rom | |||
util_axis_fifo | |||
util_axis_upscale | |||
util_cdc | |||
util_i2c_mixer |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AD7405FMC | ad7405_fmc | zed | axi_clkgen |
axi_dmac | |||
axi_hdmi_tx | |||
axi_i2s_adi | |||
axi_spdif_tx | |||
axi_sysid | |||
sysid_rom | |||
util_axis_fifo | |||
util_cdc | |||
util_dec256sinc24b |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AD7616SDZ | ad7616_sdz | zc706 | axi_ad7616 |
zed | axi_clkgen | ||
axi_dmac | |||
axi_hdmi_tx | |||
axi_i2s_adi | |||
axi_spdif_tx | |||
axi_spi_engine | |||
axi_sysid | |||
spi_engine_execution | |||
spi_engine_interconnect | |||
spi_engine_offload | |||
sysid_rom | |||
util_axis_fifo | |||
util_cdc |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AD7768EBZ | ad7768evb | zed | axi_clkgen |
axi_dmac | |||
axi_hdmi_tx | |||
axi_i2s_adi | |||
axi_spdif_tx | |||
axi_sysid | |||
sysid_rom | |||
util_axis_fifo | |||
util_cdc |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
NA | ad9208_dual_ebz | vcu118 | axi_adxcvr |
axi_dmac | |||
axi_jesd204_common | |||
axi_jesd204_rx | |||
axi_sysid | |||
jesd204_common | |||
jesd204_rx | |||
sysid_rom | |||
util_adcfifo | |||
util_adxcvr | |||
util_axis_fifo | |||
util_cdc |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AD9265-FMC-125EBZ | ad9265_fmc | zc706 | axi_ad9265 |
axi_clkgen | |||
axi_dmac | |||
axi_hdmi_tx | |||
axi_spdif_tx | |||
axi_sysid | |||
sysid_rom | |||
util_axis_fifo |
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 |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AD9467-FMC-250EBZ | ad9467_fmc | kc705 | axi_ad9467 |
zed | axi_clkgen | ||
axi_dmac | |||
axi_hdmi_tx | |||
axi_i2s_adi | |||
axi_spdif_tx | |||
axi_sysid | |||
sysid_rom | |||
util_axis_fifo | |||
util_cdc |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AD9739A-FMC-EBZ | ad9739a_fmc | zc706 | axi_ad9739a |
axi_clkgen | |||
axi_dmac | |||
axi_hdmi_tx | |||
axi_spdif_tx | |||
axi_sysid | |||
sysid_rom | |||
util_axis_fifo |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
ADAQ7980-SDZ | adaq7980_sdz | zed | axi_clkgen |
axi_dmac | |||
axi_hdmi_tx | |||
axi_i2s_adi | |||
axi_spdif_tx | |||
axi_spi_engine | |||
axi_sysid | |||
spi_engine_execution | |||
spi_engine_interconnect | |||
spi_engine_offload | |||
sysid_rom | |||
util_axis_fifo | |||
util_cdc | |||
util_i2c_mixer |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
ADRV1CRR-BOB | adrv9361z7035 | ccbob_cmos | axi_ad9361 |
ADRV1CRR-BOB | ccbob_lvds | axi_clkgen | |
ADRV1CRR-FMC | ccfmc_lvds | axi_dmac | |
ADRV-PACKRF | ccpackrf_lvds | axi_gpreg | |
NA | axi_hdmi_tx | ||
NA | axi_i2s_adi | ||
axi_spdif_tx | |||
axi_sysid | |||
axi_xcvrlb | |||
sysid_rom | |||
util_axis_fifo | |||
util_cdc | |||
util_clkdiv | |||
util_cpack2 | |||
util_rfifo | |||
util_tdd_sync | |||
util_upack2 |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
ADRV1CRR-BOB | adrv9364z7020 | ccbob_cmos | axi_ad9361 |
ADRV1CRR-BOB | ccbob_lvds | axi_dmac | |
ADRV-PACKRF | ccpackrf_lvds | axi_gpreg | |
NA | axi_i2s_adi | ||
axi_sysid | |||
sysid_rom | |||
util_axis_fifo | |||
util_cdc | |||
util_clkdiv | |||
util_cpack2 | |||
util_rfifo | |||
util_tdd_sync | |||
util_upack2 |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
NA | adv7511 | zc702 | axi_clkgen |
zc706 | axi_dmac | ||
zed | axi_hdmi_tx | ||
axi_i2s_adi | |||
axi_spdif_tx | |||
axi_sysid | |||
sysid_rom | |||
util_axis_fifo | |||
util_cdc |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
ARRadio | arradio | c5soc | axi_ad9361 |
axi_dmac | |||
util_axis_fifo | |||
util_cdc | |||
util_cpack2 | |||
util_rfifo | |||
util_upack2 |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
CN0506 | cn0506_mii | a10soc | axi_clkgen |
zc706 | axi_dmac | ||
zcu102 | axi_hdmi_tx | ||
zed | axi_i2s_adi | ||
axi_spdif_tx | |||
axi_sysid | |||
sysid_rom | |||
util_axis_fifo | |||
util_cdc |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
CN0506 | cn0506_rgmii | a10soc | axi_clkgen |
zc706 | axi_dmac | ||
zcu102 | axi_hdmi_tx | ||
zed | axi_i2s_adi | ||
axi_spdif_tx | |||
axi_sysid | |||
sysid_rom | |||
util_axis_fifo | |||
util_cdc |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AD-FMCADC2-EBZ | fmcadc2 | vc707 | axi_ad9625 |
AD-FMCADC3-EBZ | zc706 | axi_adcfifo | |
axi_adxcvr | |||
axi_clkgen | |||
axi_dmac | |||
axi_hdmi_tx | |||
axi_jesd204_common | |||
axi_jesd204_rx | |||
axi_spdif_tx | |||
axi_sysid | |||
jesd204_common | |||
jesd204_rx | |||
sysid_rom | |||
util_adcfifo | |||
util_adxcvr | |||
util_axis_fifo |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AD-FMCADC5-EBZ | fmcadc5 | vc707 | axi_ad9625 |
axi_adxcvr | |||
axi_dmac | |||
axi_fmcadc5_sync | |||
axi_jesd204_common | |||
axi_jesd204_rx | |||
axi_sysid | |||
jesd204_common | |||
jesd204_rx | |||
sysid_rom | |||
util_adcfifo | |||
util_adxcvr | |||
util_axis_fifo | |||
util_cdc |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AD-FMCJESDADC1-EBZ | fmcjesdadc1 | kc705 | ad_ip_jesd204_tpl_adc |
vc707 | axi_ad9250 | ||
zc706 | axi_adxcvr | ||
axi_clkgen | |||
axi_dmac | |||
axi_hdmi_tx | |||
axi_jesd204_common | |||
axi_jesd204_rx | |||
axi_spdif_tx | |||
axi_sysid | |||
jesd204_common | |||
jesd204_rx | |||
sysid_rom | |||
util_adxcvr | |||
util_axis_fifo | |||
util_bsplit | |||
util_cdc |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AD-FMCOMMS11-EBZ | fmcomms11 | zc706 | axi_adcfifo |
axi_adxcvr | |||
axi_clkgen | |||
axi_dmac | |||
axi_hdmi_tx | |||
axi_jesd204_common | |||
axi_jesd204_rx | |||
axi_jesd204_tx | |||
axi_spdif_tx | |||
axi_sysid | |||
jesd204_common | |||
jesd204_rx | |||
jesd204_tx | |||
sysid_rom | |||
util_adxcvr | |||
util_axis_fifo | |||
util_cdc | |||
util_dacfifo |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AD-FMCOMMS2-EBZ | fmcomms2 | kc705 | axi_ad9361 |
AD-FMCOMMS3-EBZ | kcu105 | axi_clkgen | |
AD-FMCOMMS4-EBZ | vc707 | axi_dmac | |
zc702 | axi_hdmi_tx | ||
zc706 | axi_i2s_adi | ||
zcu102 | axi_spdif_tx | ||
zed | axi_sysid | ||
sysid_rom | |||
util_axis_fifo | |||
util_cdc | |||
util_clkdiv | |||
util_cpack2 | |||
util_i2c_mixer | |||
util_rfifo | |||
util_tdd_sync | |||
util_upack2 |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AD-FMCOMMS5-EBZ | fmcomms5 | zc702 | axi_ad9361 |
zc706 | axi_clkgen | ||
zcu102 | axi_dmac | ||
axi_hdmi_tx | |||
axi_spdif_tx | |||
axi_sysid | |||
sysid_rom | |||
util_axis_fifo | |||
util_cdc | |||
util_clkdiv | |||
util_cpack2 | |||
util_rfifo | |||
util_upack2 |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AES-FMC-IMAGEON-G | imageon | zed | axi_clkgen |
axi_dmac | |||
axi_hdmi_rx | |||
axi_hdmi_tx | |||
axi_i2s_adi | |||
axi_spdif_rx | |||
axi_spdif_tx | |||
axi_sysid | |||
sysid_rom | |||
util_axis_fifo | |||
util_cdc |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
ADALM2000 | m2k | m2k | axi_ad9963 |
axi_adc_decimate | |||
axi_adc_trigger | |||
axi_dac_interpolate | |||
axi_dmac | |||
axi_logic_analyzer | |||
axi_rd_wr_combiner | |||
util_axis_fifo | |||
util_cdc | |||
util_cic |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
ADALM-PLUTO | pluto | pluto | axi_ad9361 |
axi_dmac | |||
util_axis_fifo | |||
util_cdc | |||
util_cpack2 |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
SIDEKIQ-Z2 | sidekiqz2 | sidekiqz2 | axi_ad9361 |
axi_dmac | |||
util_axis_fifo | |||
util_cdc | |||
util_cpack2 |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
USRPE-31X | usrpe31x | usrpe31x | axi_ad9361 |
axi_dmac | |||
util_axis_fifo | |||
util_cdc | |||
util_cpack2 | |||
util_tdd_sync |
Hardware | Project | Carriers | Library Cores |
---|---|---|---|
AD9656 | ad9656_fmc | zcu102 | axi_dmac |
axi_sysid | |||
ad_ip_jesd204_tpl_adc | |||
axi_jesd204_rx | |||
jesd204_rx | |||
sysid_rom | |||
util_cpack2 | |||
axi_adxcvr | |||
util_adxcvr |
声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉
全部0条评论
快来发表一下你的评论吧 !