3 Star 0 Fork 0

mirrors_Xilinx / kria-dfx-hw

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

KRIA DYNAMIC FUNCTION EXCHANGE REFERENCE DESIGNS

Introduction

This repository contains DFX example designs on Kria. The repository structure is outlined below.

  • k26 - Hardware platform supported. Both KV260 and KR260 are supported.

    • 2rp_design - Top level directory containing Vivado HW design files for 2 slot DFX design.
      • rm_tcl - Directory contains tcl files for the accelerator modules("RMs") built against the base shell.
      • xdc - Directory contains design constraints
        • physical_constraints.xdc
        • timing_constraints.xdc
      • opendfx_shell.tcl - Top-level script which
        • Sources the RMs in rm_tcl directory and creates RM Block Designs(BDs)
        • Creates base shell containing Block Design containers(BDCs)
        • Adds RM BDs to BDCs
        • Creates DFx configurations.
        • Generates bitfiles for the base shell and the accelerators.
      • create_new_rm - Scripts to create new reconfigurable module for the 2RP design.
        • abstract_shells - Contains the abstract shells for slots RP_0 and RP_1.
        • generate_rm.tcl - Script to generate partial bitfiles for new accelerators.
    • 1rp_design - Top level directory containing Vivado HW design files for 1 slot DFX design.
      • rm_tcl - Directory contains tcl files for the accelerator modules("RMs") built against the base shell.
      • xdc - Directory contains design constraints
        • physical_constraints.xdc
        • timing_constraints.xdc
      • opendfx_shell.tcl - Top-level script which
        • Sources the RMs in rm_tcl directory and creates RM Block Designs(BDs)
        • Creates base shell containing Block Design containers(BDCs)
        • Adds RM BDs to BDCs
        • Creates DFx configurations.
        • Generates bitfiles for the base shell and the accelerators.
    • ip_repo - Source code of accelerators packaged in IP-XACT format.
  • k26_testcases - Contains test-cases to run accelerators in Standalone environment.

    • Standalone
      • data - Directory to store input data and golden data for the accelerators.
      • src - Directory containing common platform files.
      • build_<RM_NAME>.tcl - Vitis script to build a RM application elf.
      • test_<RM_NAME>.tcl - Script to test the RM_NAME application on the target board.
      • Directories with accelerator name. Contains the application code specific to the accelerator.

About DFX

The AMD-Xilinx Dynamic Function eXchange (DFX) is a technology that enables an incremental and partitioned hardware configuration of a programmable device. Details on DFX capabilities within the Vivado tool are available in UG909. In PL/FPGA-based DFX this enables a concept of reconfigurable partitions (RP) and reconfigurable modules (RM). The RP provides a pre-provisioned HW space allocation within which different RMs can be loaded dynamically. The system and solution capabilities of the DFX incremental HW configuration enable:

• Partitioned designs allowing one part of the system to be changed (reconfigured) while another part of the system remains running.

• “Slotted” architecture allowing for dynamically composable HW systems without having to recompile a monolithic configuration bitstream file.

• Decoupled life cycles for PL-based functions, facilitating a reconfigurable module (RM) to be deployed to the field later without having to update or rebuild the base platform design.

Try DFX Application

Detailed documentation and how to try this applcation is documented here. Please go through the DFX documentation page for more details.

Copyright (C) 2022, Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/mirrors_Xilinx/kria-dfx-hw.git
git@gitee.com:mirrors_Xilinx/kria-dfx-hw.git
mirrors_Xilinx
kria-dfx-hw
kria-dfx-hw
xlnx_rel_v2022.1

搜索帮助