Supported Stream Data Types - 2021.2 English

Versal ACAP AI Engine Programming Environment User Guide (UG1076)

Document ID
UG1076
Release Date
2021-12-17
Version
2021.2 English
Table 1. Supported Stream Data Types
Data Types Display Format
int8 1 ±123
int16 ±12345
int32 ±1234567890
int64 3 ±1234567890123456789
uint8 123
uint16 12345
uint32 1234567890
uint64 3 12345678901234567890
cint16 ±12345+±12345i
cint32 2 ±1234567890+±1234567890
float ±1.234567
cfloat 2 ±1.234567+±1.234567
acc48 ±1:2:3:4:5:6:7:8
cacc48 ±1+1i_2+2i_3+3i_4+4i
acc80 4 N/A
cacc80 4 N/A
accfloat ±1.000000:2.000000:3.000000:4.000000:5.000000:6.000000:7.000000:8.000000
caccfloat 1.000000+2.000000i:3.000000+4.000000i:5.000000+6.000000i:7.000000+8.000000i
v2cint32 ±1+2i:3+4i
v4cint16 ±1+2i:3+4i:5+6i:7+8i
v4int32 ±1:2:3:4
v4float ±1.000000:2.000000:3.000000:4.000000
v8int16 ±1:2:3:4:5:6:7:8
v16int8 ±1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16
v16uint8 1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16
v8acc48 ±1:2:3:4:5:6:7:8
v4cacc48 ±1+2i_3+4i_5+6i_7+8i
  1. Preceding 0 and ‘+’ not displayed.
  2. Real part followed by imaginary part at x and x+1 timestamp.
  3. Least significant 32 bits value and Most significant 32 bits value are displayed at x and x+1 timestamp.
  4. Currently under development.