Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

BitsNameDescription
3:0VERSIONVersion info. Should always be 0x1
7:4WIDTH
  • 0x0: 16-bit AXI stream
  • 0x30x1: 32-bit AXI stream
  • 0x70x2: 64-bit AXI stream
  • 0xF0x3: 128-bit AXI stream
  • 0x4: 256-bit AXI stream
  • 0x5: 512-bit AXI stream
15:8SEQPacket sequence number of super-frame
OtherReservedAll reserved bits (undefined) bit set to zero

...

  • If TYPE = 16-bit AXI stream, then appended header is 2 bytes. 

  • If TYPE = 32-bit AXI stream, then appended header is 4 bytes.

  • If TYPE = 64-bit AXI stream, then appended header is 8 bytes. 

  • If TYPE = 128-bit AXI stream, then appended header is 16 bytes. 

  • If TYPE = 256-bit AXI stream, then appended header is 32 bytes.

  • If TYPE = 512-bit AXI stream, then appended header is 64 bytes.

...

Sub-Frame Tail

Each sub-frame within the super-frame is appended with a tail (no header) as follows:

...