Vitis-Tutorials
Vitis-Tutorials copied to clipboard
Vitis In-Depth Tutorials
Hi, I am trying to using Aurora IP with a U250 card following [Using Aurora IP in Alveo with Vitis Flow](https://github.com/Xilinx/Vitis-Tutorials/tree/2022.1/Hardware_Acceleration/Design_Tutorials/08-alveo_aurora_kernel). I could run the example but there are two...
https://github.com/Xilinx/Vitis-Tutorials/blob/2022.1/Hardware_Acceleration/Introduction/guided_sw_examples.md The tutorial does not take care of Vitis_Libraries and the flow is failing with below error: ERROR: [v++ 207-812] 'common/xf_common.hpp' file not found (/scratch/anusheel/Alveo_Intro/Vitis-Tutorials/Hardware_Acceleration/Introduction/design_source/hw_src/resize_rgb.cpp:32:10) ERROR: [v++ 60-300] Failed to...
Hi, I am trying to run the tutorial https://github.com/Xilinx/Vitis-Tutorials/tree/2022.1/Hardware_Acceleration/Feature_Tutorials/09-using-ethernet-on-alveo with alveo u250. I have used the evaluation licenses given in https://www.xilinx.com/products/intellectual-property/ef-di-25gemac.html, but I am unable to generate the bitstream. The...
Hello, I'm compiling the 01-Lenet tutorials using the 'make all TARGET=hw_emu' command but an error occurs in the compiling process: **/home/shininy/Vitis-Tutorials/AI_Engine_Development/Design_Tutorials/01-aie_lenet_tutorial/design/host_app_src/lenet_app.cpp:27:10: fatal error: xrt/experimental/xrt_aie.h: No such file or directory** im...
Hello everyone, I followed steps which is example of vitis-ai for zcu104, however all steps passed until putting the sdcard to the board. In **version 2020.2** https://github.com/Xilinx/Vitis-Tutorials/blob/2020.2/Vitis_Platform_Creation/Introduction/02-Edge-AI-ZCU104/step4.md, When the step...
$ xbmgmt examine System Configuration OS Name : Linux Release : 4.15.0-180-generic Version : #189-Ubuntu SMP Wed May 18 14:13:57 UTC 2022 Machine : x86_64 CPU Cores : 4 Memory...
after following the tutorial and executing: `source InitPythonPath`, and than executing `sudo GenerateStreamGUI` I get the error `sudo: GenerateStreamsGUI: command not found` in `echo $PATH` and `echo $PYTHONPATH` however i...
By referring to the zcu104 custom platform creation of the Vitis Design Tutorial, the custom board was operated normally using the 2020.2 Tool and Vitis AI 1.3. To use Vitis...
While building the `Hardware_Acceleration/Design_Tutorials/05-bottom_up_rtl_kernel/krnl_aes` project, I got some errors at the stage of FPGA logic optimization. My vitis version is 2021.2 and Ubuntu version is 18.04. I found some advice...
I import the project according to the readme. I can run Emulation-SW correctly and fast, while the Emulation-HW is very slow even runs longer than ten hours! The only step...