Test ELF Creation - 1.4 English

Versal Devices Integrated 100G Multirate Ethernet MAC Subsystem Product Guide (PG314)

Document ID
PG314
Release Date
2021-11-15
Version
1.4 English
  1. Select Tools > Launch Vitis IDE to create an application using the Vitis™ IDE.

  2. Provide a workspace path to create the application. After the set up, the Vitis window is launched.
  3. Select Create Application Project.

  4. Browse the exported hardware file (.xsa) path.

  5. Enter the application project name (for example, mrmac_test) and click Next.

  6. Select Empty Application and click Finish.

  7. Add a C file to the application. Right-click Source and select Import Sources.

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

  9. Build the project. An elf file is generated in the Debug folder.