Visible to Intel only — GUID: gov1643903516071
Ixiasoft
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
Full Variants
Lite Variants
Visible to Intel only — GUID: gov1643903516071
Ixiasoft
2.2.12. Interlaced Fields
Drive interlaced fields in the same way as progressive frames. The only difference is the nibble coding for full variants of the Intel FPGA streaming video protocol and the TUSER[1] signal for lite variants. Transmit interlaced fields in pairs so that an F1 field follows an F0 field or vice versa. You may drive interlaced fields of the same type consecutively but IPs receiving the fields need to act accordingly.
Full Variants
The image information packet specifies the field type via the interlaced nibble bits in the first beat.
Figure 35. Example interlaced field (full variants)
Lite Variants
For the lite variant of the protocol, the following figures show TUSER[1] defined for all valid cycles in the packet that indicates F1 fields. TUSER[1] is high for F1 fields and low for F0 fields.
Figure 36. Intel FPGA streaming video packet (start of F1 field)Lite variants only.
Figure 37. Intel FPGA streaming video packet (F1 field)Lite variants only.
Figure 38. Intel FPGA streaming video packet (start of an F0 field or progressive frame)Lite variants only.
Figure 39. Intel FPGA streaming video packet (F0 field or progressive frame).Lite variants only.
TUSER[1:0] | Meaning |
---|---|
00 | Video packet (from either an interlaced F0 field or progressive frame). |
01 | Video packet (start of either an interlaced F0 field or progressive frame). |
10 | Video packet (from an F1 field). |
11 | Video packet (start of F1 field). |