MIPI DSI-2 IP User Guide

ID 869461
Date 11/21/2025
Public
Document Table of Contents

4.5. Connecting the Video Input Interface

The video input interface to the MIPI DSI-2 IP uses the Altera Streaming Video Protocol (full variant). This is based on the AMBA AXI4-Stream interface, carrying video and control packets describing the video structure.
The interface is synchronous to the clk clock. Flow control is implemented using the TVALID and TREADY signals.
Table 26.  Video Interface Signals
Signal Name Width Direction Description
axi4s_vid_in_tdata TDATA_WIDTH Input This carries the pixel and control packet data. The width follows the interface configuration as described in the Protocol specification and also displayed on the IP parameter editor.
axi4s_vid_in_tvalid 1 Input Indicates that the current cycle carries valid data.
axi4s_vid_in_tready 1 Output Asserted by the IP when the current cycle can be processed. If this signal is deasserted, the contents of the interface are not captured on this cycle.
axi4s_vid_in_tlast 1 Input Indicates the last cycle in a control or video packet.
axi4s_vid_in_tuser TDATA_WIDTH/8 Input
  • Bit [0] is asserted for the first cycle in a video frame.
  • Bit [1] is asserted for the first cycle in a control (Image Information) packet.

For more details on the Altera Streaming Video protocol and pixel formatting, refer to Altera FPGA Streaming Video Protocol Specification.