- Select AMD Vitis™
IDE.
to create an application using the - Provide a workspace path to create the application. After the set up, the Vitis window is launched.
- Select Create Application
Project.
- Browse the exported hardware file (.xsa) path.
- Enter the application project name (for example,
mrmac_test
) and click Next.
- Select Empty Application and click
Finish.
- Add a C file to the application. Right-click Source and select Import Sources.
- Specify the Import
Sources window browse path: <file_path>../mrmac_0_ex/mrmac_0_ex.gen/sources_1/bd/mrmac_0_core_support/ip/mrmac_0_core_support_mrmac_0_core_0/sample_c_files/
and select mrmac_0_exdes_test.c and click
Finish.
- Build the project. An .elf file is generated in the Debug folder.