Exporting a Hardware Description - 2023.2 English

MicroBlaze Processor Embedded Design User Guide (UG1579)

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

Once a design is implemented and the bitstream is generated, you can export the design to the Vitis software platform for software application development. If the processing logic(PL) does not contain any logic, you can export the design without implementing or generating the bitstream.

To export your design, perform the following:

  1. Navigate to the Vivado File menu.
  2. Select File > Export > Export Hardware.

    The Export Hardware dialog box opens.

  3. Select the Include bitstream option using the radio button in the Output page and click Next.

  4. In the Export Hardware Platform window, click Next.
    Note: Do not change the auto-populated default value in the XSA file name.


  5. Click Finish. The exported hardware XSA file is generated in the project directory.
  6. After the hardware definition is exported, select Tools > Launch Vitis to launch the Vitis software platform from Vivado.

    The Eclipse Launcher dialog box opens, as shown in the following figure.



Confirm the Workspace field is auto-populated with the name of the directory where the software application project is to be created.

After you export the hardware definition to the Vitis software platform and launch, you can start writing your software application.

You can perform further debug and software download from the Vitis software platform.

Alternatively, you can import the ELF file for the software back into the Vivado tools, and integrate it with the FPGA bitstream for further download and testing.