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

I want to use Alveo U250 to execute the use case on the xilinx_u250_gen3x16_xdma_3_1_202020_1 platform, and I successfully got the app.exe file by following the instructions in the tutorial in...

I am getting error **ERROR: [HLS 200-101] add_files: Too many positional arguments specified**, while following the initial 6 steps of _https://github.com/Xilinx/Vitis-Tutorials/tree/2023.2/Vitis_HLS/Design_Tutorials/02-Beamformer#results_ in **Vitis HLS 2023.2.** I have assigned the project...

Excuse me this cholesky algorithm can solve the matrix of 512,what should I do to solve larger matrix like 1024 or more. I changed MAXN and NCU ,but it doesnt...

Issue #1: Under the "Compile the application" it references $DSPLIB_ROOT but does not inform the reader where this directory is or what the variable should be set too: Add DSP...

Csim failed with below error. Add '`#include `' in file [beamformer_tb.cpp](https://github.com/Xilinx/Vitis-Tutorials/blob/2023.2/Vitis_HLS/Feature_Tutorials/02-Beamformer_Analysis/reference_files/beamformer_tb.cpp) can fix the issue. INFO: [SIM 211-2] *************** CSIM start *************** INFO: [SIM 211-4] CSIM will launch CLANG as...

https://github.com/Xilinx/Vitis-Tutorials/tree/2022.2/Vitis_Platform_Creation/Design_Tutorials)/[01-Edge-KV260]/step2.md xsct createdts -hw ../kv260_hardware_platform/kv260_hardware_platform.xsa -zocl -out . -platform-name mydevice -git-branch xlnx_rel_v2022.1 -overlay -compile Getting the results; zynqmp.dtsi:439.38-449.5: Warning (interrupt_provider): /axi/interrupt-controller@f9010000: Missing #address-cells in interrupt provider also defined at pcw.dtsi:11.6-14.3...

There are two 'syn.cflags' defined in below two cfg files. HLS synthesis will fail with error "ERROR: [HLS 200-1923] Found duplicate ini entry [hls] syn.cflags" https://github.com/Xilinx/Vitis-Tutorials/blob/2024.1/AI_Engine_Development/AIE/Feature_Tutorials/16-external-traffic-generator-aie/SW-HW_Emulation/pl_kernels/s2mm.cfg https://github.com/Xilinx/Vitis-Tutorials/blob/2024.1/AI_Engine_Development/AIE/Feature_Tutorials/16-external-traffic-generator-aie/SW-HW_Emulation/pl_kernels/mm2s.cfg

Path to the Tutorial: Vitis-Tutorials/Hardware_Acceleration/Feature_Tutorials/01-rtl_kernel_workflow Hi everyone, I am new to Vitis RTL Kernel and want to develop my project base on this tutorial. However when I finish compiling the...

1) Naming the directory hw_emu is misleading, as the makefile for ps is independent of the target 2) "--sysroot=${SYSROOT}" appears in both "GCC_C_FLAGS" and "GCC_L_FLAGS" sections