General Steps for Creating an Embedded Processor Design - 2023.2 English

MicroBlaze Processor Embedded Design User Guide (UG1579)

Document ID
UG1579
Release Date
2023-11-01
Version
2023.2 English

To complete an embedded processor design, you typically perform the following steps:

  1. Create a new Vivado Design Suite project.
  2. Create a block design in the IP integrator and instantiate an AMD processor, along with any other AMD IP or your custom IP.
  3. Generate Output Products of the IP in the block design with the correct synthesis mode option.
  4. Create a top-level wrapper and instantiate the block design into a top-level RTL design.
  5. Run the top-level design through synthesis and implementation and export the hardware to the Vitis software platform.
  6. Create your software application. In the Vitis software platform, associate the Executable Linkable File (ELF) file with the hardware design.
  7. Program into the target board.