PHY Lite for Parallel Interfaces Intel® FPGA IP User Guide

ID 683716
Date 1/12/2024
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

2.2.1.2. Output Path

The simplified output path consists of pipeline registers, TX FIFO, shift register, and phase shift blocks. The following figure shows strobe and data coming from the core, together with the related enable signals, go through the pipeline stages before the TX FIFO.
Figure 3. Simplified Output PathThis figure shows the simplified output path for the PHY Lite for Parallel Interfaces Intel® FPGA IP.
Table 4.  Components in Simplified Output Path
Component Description
Pipeline Registers Represent pipeline stages in the output path.
TX FIFO Stores the data to be transmitted out.
Shift Register Delays the enable signal at the read side of the TX FIFO at VCO cycle increment.
Phase Shift Delays TX data and strobe at 1/128 of a VCO cycle increments.

There are two types of delays in the output path, namely inherent latency and output delay, TxDqDelay. The inherent latency is a static delay and is captured in the pipeline stages from the assertion of output enable in the core until the data goes in the TX FIFO. The parameter option Additional Write Latency is added to the inherent latency.

You can configure the 11-bit dynamic delay register, TxDqDelay, in the control registers. The TxDqDelay register consists of two parts, as listed the following table. The integer part of the delay uses a shift register to delay the enable signal that goes to the read side of the TX FIFO.

Table 5.  Output Path Reconfigurable Delays DescriptionThis table describes the reconfigurable output path delay.
Feature Description Min Max
TxDqDelay

[10:7]

Integer number of VCO clock cycles. The integer portion of the delay is accomplished using a shift register to delay the enable signal that goes to the read side of the TX FIFO. 0 15
TxDqDelay

[6:0]

Additional phase shift measured in 1/128 of VCO clock period. 0 127
Figure 4. Output OperationThis figure shows the output operation for the PHY Lite for Parallel Interfaces Intel® FPGA IP.

The preceding figure shows an example of TX data transfer in QR DDR. The data_from_core for each pin is 8 bits wide. To enable one extra preamble cycle before the data starts, wait for strobe_out_en to transition from 0 to h8 in one core clock cycle before the oe_from_core signal, as shown in the figure. Setting Output strobe phase to 90 degrees causes PHY Lite to send the data center aligned.