2.2.1. TDATA Pixel Packing
2.2.2. RGB Pixel Packing
2.2.3. YCbCr 444 Pixel Packing
2.2.4. YCbCr 422 Pixel Packing
2.2.5. YCbCr 420 Pixel Packing
2.2.6. Four-Channel Video Pixel Packing
2.2.7. Packing with Multiple Pixels in Parallel
2.2.8. Multiple Pixels in Parallel and Empty Pixels
2.2.9. YCbCr 422 Video with Multiple Pixels in Parallel
2.2.10. Packing RGB444 onto an RGB888 Interface
2.2.11. Packing with Less than 8 bits per Symbol Natively
2.2.12. Interlaced Fields
4.5. Full-Raster I/O Signals
Signal Name | Width | Direction | Default Value | Optional or Required | Description |
---|---|---|---|---|---|
TUSER[0] | As per Intel FPGA streaming video protocol specification. For TDATA bus, extend the number of color planes by 1, to consider the extra full-raster stream. |
Output | Low | Required | Full-raster start of frame. Indicates full-raster true start of frame, i.e., where video geometry counters are in coordinates (0,0), irrespective of where the actual leading edge of VSYNC occurs. |
TDATA | Output | - | Required | Data payload | |
TVALID | Output | - | Required | Indicates that the transmitter interface is driving a valid transfer. A transfer takes place when both TVALID and TREADY are asserted. | |
TREADY | Input | - | Optional | Indicates that a receiver interface can accept a transfer. When TREADY is not present in the transmitter interface, it indicates that this interface does not support backpressure. |
|
TLAST | Output | Low | Required | Full-raster end of line. Indicates the last pixel of the full-raster line. |
Signal Name | Width | Direction | Default Value | Optional or Required | Description |
---|---|---|---|---|---|
TUSER[0] | As per Intel FPGA streaming video protocol specification. For TDATA bus, extend the number of color planes by 1, to consider the extra full-raster stream |
Input | - | Required | Full-raster start of frame. Indicates full-raster true start of frame, where video geometry counters are in coordinates (0,0), irrespective of where the actual leading edge of VSYNC occurs. |
TDATA | Input | - | Required | Data payload | |
TVALID | Input | - | Required | Indicates that the transmitter interface is driving a valid transfer. A transfer takes place when both TVALID and TREADY are asserted. | |
TREADY | Output | High | Optional | Indicates that a receiver interface can accept a transfer. When TREADY is not present in the receiver interface, indicates that this interface can always accept a transfer. |
|
TLAST | Input | - | Required | Full raster end of line. Indicates the last pixel of the full-raster line. |