Setting up the Domain - 2021.1 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2021-07-19
Version
2021.1 English
  1. Double-click Application.prj. This opens the Application Overview page. Click Navigate to BSP Settings. Click Modify BSP Settings.
  2. Click on the OS name, such as standalone, to configure its parameters.
  3. Set the enable_sw_intrusive_profiling field to true and select the timer for use by the profile libraries.
  4. The domain should be compiled with the -pg compiler option. To perform this step, click on the drivers item and select the CPU driver. Add the -pg flag to the extra_compiler_flags option.
  5. Click OK.