The embedded software flow is different from the Vitis application acceleration flow. The embedded flow requires a fixed platform or XSA to integrate with your application. The embedded software flow requires a fixed hardware design and drivers for that hardware.
To create an Application Component, click .
Tip: Alternatively, you can click Create Embedded Application from the
Embedded Development group
of the Welcome page.
- Input the Application Component name and specify the location. Click Next.
- Click a fixed platform and click Next.Note: If you do not have an existing fixed platform, refer to Managing the Vitis HLS Components in the Vitis Unified IDE. If your target platform is not in the list, you can add it by clicking the '+' button.
- Click the processor domain to run your application and click Next.
- Review the summary page of the Application Component and click Finish to create the component.
After creating the Application Component for the processor domain of a fixed platform, add the source files and include files to the component. See Creating an Application Component.