liyang53719 / kv260-vitis

Kria KV260 Vitis platforms and overlays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

NOTE: Vitis Unified Software Platform 2020.2.2 is required for building this repository. Download it from here.

NOTE 2: Building KV260 Vitis platforms from source requires at least 30G of memory including RAM and Swap. Make sure you extend your swap beforehand if necessary. See #1 for more details.

This repo contains submodules. To clone this repo, run:

git clone --recursive https://github.com/Xilinx/kv260-vitis.git

Contents

This reference design contains the following:

  1. platforms

    This folder contains the KV260 Vitis platforms. Follow the REAMDE inside this folder for build instructions.

  2. overlays

    This folder contains the Vitis overlay projects which include the DPU inference engine RTL kernel and HLS-based computer vision kernels based on the Vitis Vision libraries. Follow the README inside this folder for detailed build instructions.

  3. Makefile

    Top-level Makefile for building the Vitis platforms and overlay projects. Type 'make' or 'make help' to print the help text explaining the different make targets.

  4. README

    This file.

Documentation

For additional documentation including architecture information and build tutorials, visit: https://xilinx.github.io/kria-apps-docs/

License

(C) Copyright 2020 - 2021 Xilinx, Inc.
SPDX-License-Identifier: Apache-2.0

About

Kria KV260 Vitis platforms and overlays

License:Apache License 2.0


Languages

Language:SystemVerilog 72.4%Language:Tcl 17.7%Language:V 8.5%Language:Makefile 0.6%Language:C++ 0.5%Language:C 0.3%