Prepare the base platform - 2023.2 English

Vitis Tutorials: Vitis Platform Creation (XD101)

Document ID
XD101
Release Date
2023-12-26
Version
2023.2 English
  1. Create a workspace

    mkdir workspace
    cd workspace
    
  2. Download the base platform and place it under workspace folder. Then extract it. If you have already installed the Vitis™ tool, omit this step as AMD Official platforms have already built into the vitis tool installation package.

    unzip xilinx_zcu104_base_202320_1.zip #extract the base platform
    cd xilinx_zcu104_base_202320_1
    tree -L 2
    .
    ├── hw
    │   └── hw.xsa
    ├── hw_emu
    │   └── hw_emu.xsa
    ├── sw
    │   ├── xilinx_zcu104_base_202320_1
    │   └── xilinx_zcu104_base_202320_1.spfm
    ├── version
    └── xilinx_zcu104_base_202320_1.xpfm
    4 directories, 5 files