AN 876: JESD204C Intel® FPGA IP and ADI AD9081 MxFE* ADC Interoperability Report for Intel® Agilex® F-Tile Devices

ID: 728670 | Version: 2022.04.25

1. Introduction

The JESD204C Intel® FPGA IP is a high-speed point-to-point serial interface intellectual property (IP). The JESD204C Intel FPGA IP has been hardware-tested with several selected JESD204C compliant analog-to-digital converter (ADC) devices. This report highlights the interoperability of the JESD204C Intel FPGA IP with the AD9081 Mixed Signal Front End (MxFE*) evaluation module (EVM) from Analog Devices Inc. (ADI). The following sections describe the hardware checkout methodology and test results.

Related Information:

1.1. Hardware and Software Requirements

The interoperability test requires the following hardware and software tools:

Hardware

Software

Related Information:

Intel Corporation. All rights reserved. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Intel warrants performance of its FPGA and semiconductor products to current specifications in accordance with Intel's standard warranty, but reserves the right to make changes to any products and services at any time without notice. Intel assumes no responsibility or liability arising out of the application or use of any information, product, or service described herein except as expressly agreed to in writing by Intel. Intel customers are advised to obtain the latest version of device specifications before relying on any published information and before placing orders for products or services. *Other names and brands may be claimed as the property of others.

ISO 9001:2015 Registered

1.2. Hardware Setup

The JESD204C Intel FPGA IP is instantiated in Duplex mode but only the receiver path is used. For FCLK_MULP =1, WIDTH_MULP = 8, S = 1, the core PLL generates a 375 MHz link clock and a 375 MHz frame clock.

An Intel Agilex I-Series F-Tile Demo Board is used with the ADI AD9081-FMCA-EBZ EVM connected to the FMC+ connector of the development board. The hardware setup for the ADC interoperability test is shown in the Hardware Setup figure.

Note: Intel recommends the SYSREF to be provided by the clock generator that sources the JESD204C Intel FPGA IP device clock.

Figure 1. Hardware Setup

[Diagram Description: A diagram showing the hardware setup. It depicts the Intel Agilex I-Tile Demo Board connected via FMC+ to the AD9081 EVM. The Si5345-D-EVB is shown providing clock signals via SMA to SMP cables to the Agilex board and the AD9081 EVM. Labels indicate key connections like 'JESD204C IP Core PLL and Transceiver Reference Clock from Si5345-D-EVB' and 'EXT_HMCREF clock input from Si5345-D-EVB'.]

1.3. System Description

The following system-level diagram shows how the different modules are connected in this design.

Figure 2. System Diagram

[Diagram Description: A system-level block diagram illustrating the connection between the Intel Agilex I-tile Demo Board and the AD9081 EVM. The diagram shows the JESD204C Intel FPGA IP core within the Agilex device, connected to the AD9081 JESD204C RX, ADC, Clock & SYSREF, and SPI Interface blocks on the EVM via FMC+. Clock generation from Si5332 and Si5345-D-EVB is also depicted. Notes explain parameters like M, S, WIDTH_MULP, N, and CS. The diagram indicates lane configuration and data rate of 24.75 Gbps.]

Notes:

  1. M is the number of converters.
  2. S is the number of transmitted samples per converter per frame.
  3. WIDTH_MULP is the data width multiplier between the application layer and transport layer.
  4. N is the number of conversion bits per converter.
  5. CS is the number of control bits per conversion samples.

In this setup, for example L = 8, M = 4, and F = 1, the data rate of transceiver lanes is 24.75 Gbps.

The Si5332 OUT1 generates 100 MHz clock to mgmt_clk. Si5345-D-EVB generates two clock frequencies, 375 MHz and 100 MHz. The 375 MHz is supplied to the embedded multiplexer in the Intel Agilex I-Series F-tile Demo Board through the J19 SMA port. The output clock of the embedded multiplexer drives the F-tile transceiver reference clock (refclk_xcvr) and JESD204C Intel FPGA IP core PLL reference clock (refclk_core). 100 MHz from Si5345-D-EVB is connected to the HMC7044 programmable clock generator present in the AD9081 EVM as the clock input (EXT_HMCREF).

The HCM7044 generates a periodic SYSREF signal of 11.71875 MHz through the FMC Connector.

The JESD204C Intel FPGA IP is instantiated in Duplex mode but only the receiver path is used.

[feedback-icon]

1.4. Interoperability Methodology

The following section describes the test objectives, procedure, and the passing criteria. The test covers the following areas:

1.4.1. Receiver Data Link Layer

This test area covers the test cases for sync header alignment (SHA) and extended multiblock alignment (EMBA).

On link start up, after the receiver reset, the JESD204C Intel FPGA IP starts looking for the sync header stream that is transmitted by the device. The following registers from data link layer are read during the test, written into log files, and verified for passing criteria through TCL scripts.

Related Information:

  • F-tile JESD204C Intel FPGA IP User Guide

1.4.1.1. Sync Header Alignment (SHA)

Test CaseObjectiveDescriptionPassing Criteria
SHA.1Check if Sync Header Lock is asserted after the completion of the reset sequence.The following signals are read from registers:
• CDR_Lock is read from the rx_status3 (0x8C) register.
• SH_Locked is read from rx_status4 (0x90) register.
• jrx_sh_err_status is read from the rx_err_status (0x60) register.
• CDR_Lock and SH_LOCK should be asserted to high corresponding to the number of lanes.
• jrx_sh_err_status should be 0. The bit fields in jrx_sh_err_status checks for sh_unlock_err, rx_gb_overflow_err, rx_gb_underflow_err, invalid_sync_header, src_rx_alarm, syspll_lock_err, and cdr_locked_err.
SHA.2Check Sync Header Lock status after sync header lock is achieved (or during the Extended Multi-Block Alignment phase) and stable.invalid_sync_header is read for Sync Header lock status from register (0x60[8]).invalid_sync_header status should be 0.

1.4.1.2. Extended Multiblock Alignment (EMBA)

Test CaseObjectiveDescriptionPassing Criteria
EMBA.1Check if the Extended Multiblock Lock is asserted only after the assertion of Sync Header Lock.The following signals are read through registers:• The EMB_Locked_1 value should be equal to 1 corresponding to each lane. EMB_Lock_err should be 0.
EMBA.2Check if the Extended Multiblock Lock status is stable (after extended multiblock lock or until the elastic buffer is released) along with no invalid multiblock.• EMB_Locked_1 is read from the rx_status5 (0x94) register.
• EMB_Lock_err is read from the rx_err_status (0x60[19]) register.
EMBA.3Check the lane alignment.invalid_eomb_eoemb is read from the rx_err_status (0x60[10:9]) register.
The following values are read from registers:
• elastic_buf_over_flow is read from the rx_err_status (0x60[20]) register.
• elastic_buf_full is read from the rx_status6 (0x98) register.
invalid_eomb_eoemb should be "00".
• elastic_buf_over_flow should be 0.
• The elastic_buf_full value should be equal to 1 corresponding to each lane.

1.4.2. Receiver Transport Layer (TL)

To check the data integrity of the payload data stream through the receiver (RX) JESD204C Intel FPGA IP and transport layer, the ADC is configured to ramp/PRBS test pattern. The ADC is also set to operate with the same configuration as set in the JESD204C Intel FPGA IP. The ramp/PRBS checker in the FPGA fabric checks the ramp/ PRBS data integrity for one minute. The RX JESD204C Intel FPGA IP register rx_err is polled continuously for zero value for one minute.

The figure below shows the conceptual test setup for data integrity checking.

Figure 3. Data Integrity Check Using Ramp/PRBS15 Checker

[Diagram Description: A conceptual block diagram for data integrity checking. It shows the ADC generating a Ramp/PRBS test pattern, which is sent to the TX Transport Layer and TX Link and PHY Layer. On the FPGA side, a Ramp/PRBS Checker receives data from the JESD204C RX IP, which includes RX Link and Transport Layer and RX PHY Layer components.]

Test CaseObjectiveDescriptionPassing Criteria
TL.1Check the transport layer mapping of the data channel using ramp test pattern.Data_mode is set to Ramp_mode.
The following signals are read through registers:
• crc_err is read from the rx_err_status (0x60[14]).
• jrx_patchk_data_error is read from the tst_err0 register.
• crc_err should be low to pass.
• jrx_patchk_data_error should be low.
TL.2Check the transport layer mapping of the data channel using the PRBS15 test pattern.Data_mode is set to prbs_mode.
The following values are read from registers:
• crc_err is read from the rx_err_status (0x60[14]).
• jrx_patchk_data_error is read from the tst_err0 register.
• crc_err should be low to pass.
• jrx_patchk_data_error should be low.

1.5. JESD204C Intel FPGA IP and ADC Configurations

The JESD204C Intel FPGA IP parameters (L, M, and F) in this hardware checkout are natively supported by the AD9081 device. The transceiver data rate, sampling clock, and other JESD204C parameters comply with the AD908D1 operating conditions.

The hardware checkout testing implements the JESD204C Intel FPGA IP with the following parameter configuration.

Global setting for all configuration:

1.6. Test Results

The following table contains the possible results and their definition.

ResultDefinition
PASSThe Device Under Test (DUT) was observed to exhibit conformant behavior.
PASS with commentsThe DUT was observed to exhibit conformant behavior. However, an additional explanation of the situation is included (example: due to time limitations, only a portion of the testing was performed).
FAILThe DUT was observed to exhibit non-conformant behavior.
WarningThe DUT was observed to exhibit behavior that is not recommended.
Refer to commentsFrom the observations, a valid pass or fail could not be determined. An additional explanation of the situation is included.

The following table shows the results for test cases SHA.1, SHA.2, EMBA.1, EMBA.2, EMBA.3, TL.1, and TL.2 with respective values of L, M, F, data rate, sampling clock, link clock, and SYSREF frequencies.

No.LMFSHDENNPADC Sampling Clock (MHz)FPGA Device Clock (MHz)FPGA Frame Clock (MHz)FPGA Link Clock (MHz)Lane Rate (Gbps)Result
184110116163000.00375.00375.00375.0024.75Pass

1.7. Test Result Comments

In each test case, the RX JESD204C Intel FPGA IP successfully establishes the sync header alignment, extended multiblock alignment, and until user data phase.

No data integrity issue is observed by the Ramp and PRBS checker for JESD configurations covering all physical lanes, also no cyclic redundancy check (CRC) and command parity error is observed.

During certain power cycles, lane deskew error might appear with the parameter configurations. To avoid this error, the LEMC offset values should be programmed or you can automate this with the calibration sweep procedure. For more information on the legal values of LEMC offset, refer to RBD Tuning Mechanism in F-tile JESD204C IP User Guide.

Related Information:

1.8. Summary

This report shows validation of the JESD204C Intel FPGA IP and PHY electrical interface with the AD9081/9082 (R2 Silicon) device up to 24.75 Gbps for ADC. The complete configuration and hardware setup are shown to provide confidence in the interoperability and performance of the two devices.

1.9. Document Revision History for AN 927: JESD204C Intel FPGA IP and ADI AD9081 MxFE* ADC Interoperability Report for Intel Agilex F-Tile Devices

Document VersionChanges
2022.04.25Initial release.
Models: JESD204C Intel FPGA IP and ADI AD9081 MxFE ADC Interoperability Report, JESD204C, Intel FPGA IP and ADI AD9081 MxFE ADC Interoperability Report

File Info : application/pdf, 9 Pages, 555.35KB

PDF preview unavailable. Download the PDF instead.

an876-728670-728671

References

Antenna House PDF Output Library 6.6.1359 (Linux64)

Related Documents

Preview Intel F-Tile JESD204C FPGA IP User Guide: Features, Design, and Implementation
This comprehensive user guide from Intel details the F-Tile JESD204C FPGA IP, a high-speed serial interface for DAC and ADC integration with Intel Agilex 7 FPGAs. It covers essential information for designers, including features, architecture, design steps, parameterization, performance metrics, and resource utilization, supporting the JESD204C standard.
Preview F-Tile JESD204B Intel FPGA IP User Guide
User guide for the F-Tile JESD204B Intel FPGA IP, detailing its features, configuration, and implementation for high-speed serial communication in FPGA designs. Covers JESD204B standards, datapath modes, performance, and debugging.
Preview F-Tile JESD204C Intel FPGA IP Design Example User Guide
This user guide provides features, usage guidelines, and detailed descriptions for the F-Tile JESD204C Intel FPGA IP design examples using Intel Agilex devices. It covers quick start procedures, detailed component descriptions, clock and reset signals, interface signals, and control registers.
Preview F-Tile Interlaken Intel FPGA IP User Guide
This user guide provides comprehensive information on the F-Tile Interlaken Intel FPGA IP core, detailing its features, installation, parameterization, simulation, and compilation processes. It covers functional descriptions, interface signals, IP registers, and performance metrics for various configurations, including Interleaved Mode, Packet Mode, and Interlaken Look-aside Mode. The guide is updated for Intel Quartus Prime Design Suite 22.1 and IP Version 4.0.0.
Preview Intel Agilex 7 M-Series FPGA Network-on-Chip (NoC) User Guide
Explore the Intel Agilex 7 M-Series FPGA Network-on-Chip (NoC) subsystem with this comprehensive user guide. Learn about its architecture, design flow, IP integration, simulation, and power estimation for high-bandwidth data movement between FPGA logic and memory resources like HBM2e and DDR5.
Preview F-Tile CPRI PHY Intel FPGA IP Design Example User Guide
User guide detailing the F-Tile CPRI PHY Intel FPGA IP design example, covering generation, simulation, compilation, and hardware testing for Intel Agilex devices. Includes hardware and software requirements, directory structure, simulation procedures, and register details.
Preview Intel Agilex 7 M-Series FPGA Network-on-Chip (NoC) User Guide
User guide detailing the Network-on-Chip (NoC) subsystem for Intel Agilex 7 M-Series FPGAs, covering architecture, design flow, memory interfaces (HBM2e, DDR5), AXI4 protocol, simulation, and power estimation for high-bandwidth applications.
Preview Scalable Switch Intel FPGA IP for PCI Express User Guide | Intel
User guide for Intel's Scalable Switch FPGA IP for PCI Express. Features include a configurable switch architecture, upstream and downstream port connectivity, Hot Plug support, and integration with Intel P-Tile Avalon Streaming IP for PCIe Gen3 x16. Compatible with Intel Stratix 10 DX and Agilex FPGAs.