Section 6 Exercise Step - Section 6 Exercise Step - 2025.2 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2026-03-27
Version
2025.2 English
  1. Add the following lines of code to create an uninitialized variable in any kernel code and observe how Valgrind helps identify the issue:

    int demo;
    printf("%s, %d\n", __FUNCTION__, demo);