You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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
# replace “XDEVICE=xilinx_u200_xdma_201920_1” with “XDEVICE=xilinx_u250_xdma_201830_2” in examples/vadd/vitis.mk

Compile it

scl enable devtoolset-9 bash
source /opt/xilinx/Vitis/2020.2/settings64.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 
# replace “XDEVICE=xilinx_u200_xdma_201920_1” with “XDEVICE=xilinx_u250_gen3x16_xdma_4_1_202210_1” in examples/vadd/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

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