Completer Memory Read Operation - 4.4 English

UltraScale Devices Gen3 Integrated Block for PCI Express LogiCORE IP Product Guide (PG156)

Document ID
PG156
Release Date
2023-11-24
Version
4.4 English

A memory read request is transferred across the completer request interface in the same manner as a memory write request, except that the AXI4-Stream packet contains only the 16-byte descriptor. The timing diagrams in This Figure , This Figure , and This Figure illustrate the transfer of a memory read TLP received from the link across the completer request interface, when the interface width is configured as 64, 128, and 256 bits, respectively. The packet occupies two consecutive beats on the 64-bit interface, while it is transferred in a single beat on the 128- and 256-bit interfaces. The m_axis_cq_tvalid signal remains asserted over the duration of the packet. You can prolong a beat at any time by deasserting m_axis_cq_tready . The sop signal in the m_axis_cq_tuser bus is asserted when the first descriptor byte is on the bus.

Figure 3-29: Memory Read Transaction on the Completer Request Interface (64-Bit Interface)

X-Ref Target - Figure 3-29

pg156_target-mem-read-64bit_x12352.jpg
Figure 3-30: Memory Read Transaction on the Completer Request Interface (128-Bit Interface)

X-Ref Target - Figure 3-30

pg156_target-mem-read-128bit_x12353.jpg

Figure 3-31: Memory Read Transaction on the Completer Request Interface (256-Bit Interface)

X-Ref Target - Figure 3-31

pg156_target-mem-read-256bit_x12354.jpg

The byte enable bits associated with the read request for the first and last Dwords are supplied by the integrated block on the m_axis_cq_tuser sideband bus. These bits are valid when the first descriptor byte is being transferred, and must be used to determine the byte-level starting address and the byte count associated with the request. For the special cases of one-Dword and two-Dword reads, the byte enables can be non-contiguous. The byte enables are contiguous in all other cases. A zero-length memory read is sent on the CQ interface with the Dword count field in the descriptor set to 1 and the first and last byte enables set to 0.

The user application must respond to each memory read request with a Completion. The data requested by the read can be sent as a single Completion or multiple Split Completions. These Completions must be sent through the Completer Completion (CC) interface of the integrated block. The Completions for two distinct requests can be sent in any order, but the Split Completions for the same request must be in order. The operation of the CC interface is described in Completer Completion Interface Operation .