Vitis-Tutorials icon indicating copy to clipboard operation
Vitis-Tutorials copied to clipboard

Vitis In-Depth Tutorials

Results 96 Vitis-Tutorials issues
Sort by recently updated
recently updated
newest added

Hello! I follow the instructions in "https://github.com/Xilinx/Vitis-Tutorials/tree/2021.2/Vitis_Platform_Creation/Introduction/02-Edge-AI-ZCU104" and change some board information to ZCU106 in step1 and step2. In the end, this problem happens, how can I fix this problem...

![9AEKXOWCK8F(%`3T$NC6Y)0](https://user-images.githubusercontent.com/35511222/183278668-12a3d65b-f7f0-41ec-a2c4-b870ab3f519e.png) and make xclbin command should be make xclbin DEVICE= ?

https://github.com/Xilinx/Vitis-Tutorials/blob/2022.1/AI_Engine_Development/Design_Tutorials/07-firFilter_AIEvsHLS/AIE/README.md Under "Building The Design" -> "Make Steps" To run the following make steps (e.g. make kernels, make graph, etc), you must be in the Makefiles/ folder. `cd Makefiles` But...

Hello friends, I am a newcomer to Vitis-Ai. I have one ZCU106 board. How Can I create a platform for newest Vitis Ai? Thank you!

Hi, I have a question about [host memory access](https://github.com/Xilinx/Vitis-Tutorials/tree/2022.1/Hardware_Acceleration/Feature_Tutorials/08-using-hostmem). In common where Vitis xdma is sued, the xdma block design module in FPGA hardware is in charge of data transfer...

Hi, I'm new at FPGA and have an interest in Vitis. First, I encountered performance bottleneck during FPGA write. ``` $ xbutil validate -d b3:00.1 -r 'dma' Starting validation for...

1 Vivado IDE create a project that supported vitis extensible plaform 2 petalinux create image 3 vitis IDE create a platform project in order to output xpfm file? 4 while...

https://github.com/Xilinx/Vitis-Tutorials/blob/master/Getting_Started/Vitis/example/zcu102/hw/Makefile (**Original**) package/sd_card.img: app.exe vadd.xclbin xrt.ini run_app.sh $(call ndef,ROOTFS) v++ -p -t ${TARGET} --config ../../src/zcu102.cfg ./vadd.xclbin **-o vadd.xclbin** \ --package.out_dir package \ --package.rootfs ${ROOTFS}/rootfs.ext4 \ --package.sd_file vadd.xclbin \ --package.sd_file ${ROOTFS}/Image...

bug

#### Context This ticket's part of a debugging effort and connected to past issues including #69 #70 #71 and #72. While developing kernels it's common to test (also in `hw`...

Working on it

Following: https://github.com/Xilinx/Vitis-Tutorials/tree/2020.2/Vitis_Platform_Creation/Introduction/02-Edge-AI-ZCU104#step-by-step-tutorial During step 4, test 2 "Run Vector Addition Application", when running HW-emulation I get the following in the emulation console of the Vitis IDE: ``` Starting QEMU -...

PFM