Data Display Limitations - 2021.1 English

Versal ACAP AI Engine Programming Environment User Guide (UG1076)

Document ID
UG1076
Release Date
2021-07-19
Version
2021.1 English

The following lists some limitations of the trace view data visualization feature.

  1. Trace data visualization is only available for non-templated kernels.
  2. 64-bit non-vector window data types are displayed as two 32-bit high and low values.

    For example, an unsigned, 64-bit integer 0x0000000100000002 is displayed as 2L and 1H separately. L and H represent low and high 32 bits.

    Another example is a complex 32-bit value where the real 32 bits are displayed first, followed by the imaginary 32 bits.

  3. input_pktstream/output_pktstream data type display is not supported.