System Description

Hardware

Software

Other resources


How to compile and run an example code

with 2020.2with 2022.1

Copy example to your user space

cp -r /opt/xilinx/Vitis/2020.2/examples examples20
cd examples20/vadd
# replace “XDEVICE=xilinx_u200_xdma_201920_1”
# with “XDEVICE=xilinx_u250_xdma_201830_2” 
# in vitis.mk

Compile it

scl enable devtoolset-9 bash
source /opt/xilinx/Vitis/2020.2/settings64.sh
source /opt/xilinx/xrt/setup.sh  
# go to your examples/vadd/ 
make -f vitis.mk host
make -f vitis.mk xbin_hw  
# this will take a few hours to complete

Run it

source /opt/xilinx/xrt/setup.sh
./vadd bin_vadd_hw.xclbin

Copy example to your user space

cp -r /opt/xilinx/Vitis/2022.1/examples examples22 
cd examples22/vadd
# replace “XDEVICE=xilinx_u200_xdma_201920_1” 
# with “XDEVICE=xilinx_u250_gen3x16_xdma_4_1_202210_1” 
# in vitis.mk

Compile it

scl enable devtoolset-9 bash
source /opt/xilinx/Vitis/2022.1/settings64.sh
source /opt/xilinx/xrt/setup.sh 
# go to your examples/vadd/ 
make -f vitis.mk host
make -f vitis.mk xbin_hw  
# this will take a few hours to complete

Run it

# !! this does not work yet, we need to update the shell
source /opt/xilinx/xrt/setup.sh
./vadd bin_vadd_hw.xclbin

Main -> Systems -> Xilinx u250

Contact us

Request access to this system: email

Contact ISL staff: Email Address

Visit: NCSA, room 3050E

  • No labels