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

Hi, I am facing a problem when i build vector addition application project. I can build with Emulation-SW, but when I tried to build with Emulation-HW or Hardware. I got...

``` INFO: [Project 1-1042] Successfully generated hpfm file unmatched open brace in #list ERROR: [Common 17-69] Command failed: unmatched open brace in list ``` vado2021.1 Vi ![2021-12-09 02-13-38屏幕截图](https://user-images.githubusercontent.com/90568145/145261716-6c9fd6a1-b3dd-404b-a6ed-3422d584b59c.png) ![xsa_axi](https://user-images.githubusercontent.com/90568145/145261589-2afae171-2282-4680-bc56-593bae575dd3.png) ![xsa_clk](https://user-images.githubusercontent.com/90568145/145261605-8a40f119-0ddc-46b4-aa2a-a61a51660dab.png)...

Dear Authors, I have followed the steps and generated the sd_card folder successfully. However, I cannot boot the Linux system on ZCU102 via sd_card. This is some error information when...

I tried the getting started example on my Varium C1100 aka u55n: https://github.com/vkomenda/Vitis-Tutorials/tree/u55n-getting-started/Getting_Started/Vitis/example/u55n I have neither u200 nor zcu102 to compare with. The XRT version is 2.13.0 from the Git...

After I ran the C simulation on the synthesis and analysis part of the Vitis HLS Getting Started tutorial, the dct_csim.log gave TEST PASSED, but the Pre-synthesis control flow did...

Hi, I've gone through this tutorial with Vitis 2020.2 and Vitis AI v1.3 : [https://github.com/Xilinx/Vitis-Tutorials/tree/2020.2/Vitis_Platform_Creation/Introduction/02-Edge-AI-ZCU104](https://github.com/Xilinx/Vitis-Tutorials/tree/2020.2/Vitis_Platform_Creation/Introduction/02-Edge-AI-ZCU104) With some slight differences: 1. My Vitis platform has a MIG IP core for interfacing...

Hi, I've read the whole tutorial and understood all of it. But an issue I have is that the depth of output_stream in the top-level function of the [filter2d_hw.cpp](https://github.com/Xilinx/Vitis-Tutorials/blob/2021.1/Hardware_Acceleration/Design_Tutorials/01-convolution-tutorial/src/filter2d_hw.cpp) file...

https://github.com/Xilinx/Vitis-Tutorials/blob/master/AI_Engine_Development/Design_Tutorials/01-aie_lenet_tutorial/Makefiles/Makefile Line 63, SYSROOT_PATH needs to be changed with the path to xilinx-versal-common-v2020.2 at user's end. This should be added to Readme. Line 247, --package.sd_dir $(PLATFORM_REPO_PATHS)/sw/versal/xrt This line should be...

Hi when I follow up the tutorial here for running the RTL simulation: [instructions:](https://github.com/Xilinx/Vitis-Tutorials/blob/2020.1/Hardware_Accelerators/Feature_Tutorials/01-rtl_kernel_workflow/vivado_ip.md) I get below error: `ERROR: [VRFC 10-2989] 'axi_vip_pkg' is not declared [/home/xeniro/vivado_prj/rtl_kernel/rtl_kernel.srcs/sources_1/imports/src/testbench/Vadd_A_B_tb.sv:6] ERROR: [VRFC 10-2989] 'slv_m00_axi_vip_pkg'...