Native Flow Control Interface - 12.0 English

Aurora 64B/66B LogiCORE IP Product Guide (PG074)

Document ID
PG074
Release Date
2023-05-17
Version
12.0 English

The Aurora 64B/66B protocol includes Native Flow Control (NFC) allowing receivers to control the rate at which data is sent by specifying the number of cycles during which the channel partner cannot send data. The data flow can even be turned off completely (XOFF) by requesting the transmitter to temporarily send only idles. NFC is typically used to prevent FIFO overflow conditions. This Figure and Table: Native Flow Control (NFC) Interface Ports detail the NFC port interface.

Figure 2-16: NFC Port Interface

x28094_nfc_port_interface

Table 2-8: Native Flow Control (NFC) Interface Ports

Name

Direction

Clock Domain

Description

NFC_S_AXIS_TX

s_axi_nfc_tx_tvalid

Input

user_clk

Asserted (High) to request sending an NFC message to the channel partner. Must be held until s_axi_nfc_tx_tready is asserted.

s_axi_nfc_tx_tready

Output

user_clk

Asserted (High) when an Aurora 64B/66B core accepts an NFC request.

s_axi_nfc_tx_tdata[0:15] or s_axi_nfc_tx_tdata[15:0]

Input

user_clk

Incoming NFC message data from the channel partner.

For a detailed explanation of NFC operation, see the Aurora 64B/66B Protocol Specification (SP011) [Ref 9] .

Note: NFC completion mode is not applicable to streaming designs.

This Figure and This Figure show the NFC message format in big endian (default) and little endian modes.

Figure 2-17: NFC Message in Default Big Endian Mode

LogiCORE IP Aurora 64B/66B Product Guide Page-1 Rectangle.427 Sheet.2 0:6 (don’t care) 0:6 (don’t care) Sheet.3 7 (nfc_xoff) 7 (nfc_xoff) Sheet.4 8:15 (data) 8:15 (data) Sheet.5 Sheet.6



Figure 2-18: NFC Message in Little Endian Mode

LogiCORE IP Aurora 64B/66B Product Guide Page-1 Rectangle.427 Sheet.2 15:9 (don’t care) 15:9 (don’t care) Sheet.3 8 (nfc_xoff) 8 (nfc_xoff) Sheet.4 7:0 (data) 7:0 (data) Sheet.5 Sheet.6

Note:

1. [n:0] bus format is used when the Little Endian support option is selected. [0:n] bus format is used when the Big Endian support option is selected. The core has the option to configure the AXI4-Stream User I/O as little endian from the Vivado IDE. The default is big endian.

2. Ports are active-High unless specified otherwise.