- Select AMD Vitis™
Unified IDE.
- Select Open Workspace. Provide a workspace path to create the application.
After the set up, the Vitis window is
launched.
- Select
- Enter the platform component name (for example, platform) and click Next.
- Browse the exported hardware file (.xsa) path.
- Click . The platform for the application is created.
- Click
- Click Empty Application.
- Enter the application component name (for example,
mrmac_test
) and click Next. - Select the platform created earlier and click Next.
- Select the standalone_psv_cortexa72_0 and click Next.
- Add a
C
file to the application. Right-click Import and select Files… - Specify the File path: <file_path>../mrmac_0_ex/mrmac_0_ex.gen/sources_1/bd/mrmac_0_exdes_support/ip/mrmac_0_exdes_support_mrmac_0_core_0/sample_c_files/ and select mrmac_exdes_test.c
- Click Build to create the project.
- An .elf file is generated in the Output folder.