Supporting x86 Compilation and Simulation - Supporting x86 Compilation and Simulation - 2026.1 English - XD100

Vitis Tutorials: AI Engine Development (XD100)

Document ID
XD100
Release Date
2026-06-23
Version
2026.1 English

The following actions enable x86 compilation and functionally correct simulation:

  • Modifying the Makefile to include target=x86sim capability.

    figure12

  • Relocating global variables to kernel class data members, as highlighted in a previous step.

  • Moving state variables instantiation from kernel::run to class member or use thread_local, as highlighted in a previous step.