Supporting x86 Compilation and Simulation - 2023.2 English

Vitis Tutorials: AI Engine (XD100)

Document ID
XD100
Release Date
2024-03-05
Version
2023.2 English

x86 compilation and functionally correct simulation is enabled using the following actions:

  • 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.