Exporting a Hardware Description - 2022.1 English

MicroBlaze Processor Embedded Design User Guide (UG1579)

Document ID
UG1579
Release Date
2022-06-01
Version
2022.1 English

Once a design has been implemented and the bitstream generated, you can export the design to the Vitis software platform for software application development. In rare cases where the Processing Logic does not contain any logic at all, you can also export the design without implementing or generating the bitstream.

To export your design, perform the following:

  1. From the Vivado File menu, select File > Export > Export Hardware.

    The Export Hardware dialog box opens.

  2. Select the Include bitstream option using the radio button in the Output view and click Next.

  3. Leave the XSA file name field at its default value and click Next. (The following figure shows Windows-specific settings.)

  4. Click Finish. This will export the hardware XSA File in the project directory.

  5. After the hardware definition has been 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.

The Workspace field should be 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.