This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DAC38J84: Configuration of SERDES lines for quad channel conversion at 1228.2 MSPS

Part Number: DAC38J84

Hello!

I'm trying to understand how to configure the DAC38J84 mounted on TSW3XJ8XEVM to produce 1228.2 MSPS on four channels, so essentially the maximum possible data rate specification.

Using the TSW3XJ8XEVM GUI I select
DAC Input Data rate = 1228.2
Interpolation = 1
Number of SERDES Lines = 8

I assume that the DAC38J84 manual (Table 9) configuration LMF = 841 is the one I'm using (confirmed in the DAC JESD block tab in the GUI). What confuses me is the illustration of the transfer over the JESD204 lanes which is illustrated in table 9 of the DAC38j84 manual.

My assumption is that in one frame:

Lane 0 the most significant 8 bits of the sample0..2 for converter A are transferred.
Lane 1 the least significant 8 bits of the sample0..2 for converter A are transferred. 

Next I'm assuming that one frame lasts 4 FPGA clock cycles. I would expect that in 1 FPGA clock cycles at (307.2 MHz) 4 samples per converter to be transferred, but the table only illustrates 3 samples per converter. Therefore I'm having trouble understanding how the data rate is achieved.

Best regards

Blaz Kelbl

  • Hello Blaz,

    In JESD204B, the standard defines the duration of each octet (8 bits), frame size (F), and also multi-frame size (K). This is to ensure each vendors to have some sort of common design for the data interface regardless of the overall chip design.

    With 8b/10b encoding, each octet will be converted to 10bit 8b/10b encoded word. Since each lane is operating at 12288.8Mbps, you can calculate the octet rate (i.e. column rate, and hence calculating the data rate). 

    The actual term to define the interface rate is LMFS or local multi-frame rate. You may visit our training site for more detail. 

    https://training.ti.com/high-speed-signal-chain-university

    -Kang