zoukankan      html  css  js  c++  java
  • SDK工程 Migration To Vitis

    https://forums.xilinx.com/t5/Design-and-Debug-Techniques-Blog/Step-By-Step-Guide-To-Xilinx-SDK-Project-Migration-To-Vitis/ba-p/1050061

    Starting in the 2019.2 release, the Xilinx SDK development environment is unified into an all-in-one Vitis™ unified software platform.

    Dear SDK users, experiencing this feature-rich tool is just a few clicks away!

    So, let's get started with migrating a project from Xilinx SDK to Vitis.

    Vivado Project Upgrade

    • It is required to back up the project before migration.
    • Open the older versioned Vivado project and opt for an upgrade as shown below.

    upgrade.png

    • Navigate to Reports -> Report IP Status

    report_IP.png

    • Navigate to the IP status window, check the status, and upgrade the IPs

    upgrade_IP.png

    • Generate the bitstream and navigate to File -> Export -> Export Hardware to export the bitstream and XSA.

    Importing the SDK project to the Vitis workspace

    • Launch the Vitis IDE.

    • Import the older versioned Xilinx SDK project by navigating to file -> Import

    file_import.png

    • Select Eclipse workspace or zip file under Import Type and click Next

    Import_type.png

    • In the next window, select the root directory and projects to be imported.

    root_dir.png

    • After a successful import, the user can see the imported application project(s), and platform project(s) as shown below.

    imported_prj.png

    • The imported board support package is now present inside the platform project as shown below.

    bsp.png

    • In the next step, we need to update the hardware specification to the latest version. Right-click on the platform project and click on Update Hardware Specification.

    update_hdf.png

    • Select the XSA file that was exported from Vivado and click on OK.

    XSA.png

    • After the update, you wil see an Out-of-date tag near the platform project.

    Out_of_date.png

    • Right-click on the platform project and select Build Project.

    build_platform.png

    • Build the application project(s) again.

    Your migration is now complete!

  • 相关阅读:
    在jQuery中.bind() .live() .delegate() .on()的区别
    jquery小结测试题
    揭秘子类构造函数执行过程
    过滤器
    实现AJAX的基本步骤
    AJAX 原生态
    java工程师需要学什么
    Java进阶之路
    git入门大全
    轻松学JVM
  • 原文地址:https://www.cnblogs.com/idyllcheung/p/12985677.html
Copyright © 2011-2022 走看看