Vitis (FPGA)

Description

The Vitis solution from Xilinx aims to make it easier for you to port your codes to the U280 FPGA boards of the MatriCS computer. One of its main objectives is to facilitate this migration without the user having a deep knowledge of the hardware architecture or being an expert of FPGAs.

Available libs !

https://xilinx.github.io/XRT/2020.2/html/platforms.html

Software access and version

The software is accessed by loading the fpga/Vitis module.

$ ml fpga/Vitis

The available version is 2022.2

Tutoriels

  • Compiler
$ ml load fpga/Vitis/2022.2
$ v++ --version

v++ v2022.2 (64-bit)
**** SW Build 3671529 on 2022-10-13-17:52:11
** Copyright 1986-2022 Xilinx, Inc. All Rights Reserved.

Launching the IDE

  • Connect to OpenOnDemand
  • Launch an interactive section : Go to Interactive Apps > Visu Desktops > Launch
  • Then open a terminal and type the following commands:
ml fpga/Vitis
vitis

Documentation