The 05-AI-engine-versal-integration tutorial has some support for AIE devices.
https://github.com/Xilinx/Vitis-Tutorials/tree/2025.2/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration
But when I try to compile the HLS kernels using TARGET=sw_emu , I see this error
make kernels TARGET=sw_emu
v++ -c --platform /mnt/vault0/tools/Vitis_2025.2/2025.2/Vitis/base_platforms//xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm -t sw_emu --save-temps -g -k s2mm pl_kernels/s2mm.cpp -o s2mm.xo
v++ -c --platform /mnt/vault0/tools/Vitis_2025.2/2025.2/Vitis/base_platforms//xilinx_vck190_base_202520_1/xilinx_vck190_base_202520_1.xpfm -t sw_emu --save-temps -g -k mm2s pl_kernels/mm2s.cpp -o mm2s.xo
ERROR: [v++ 82-10998] The software emulation target 'sw_emu' is no longer supported.
ERROR: [v++ 82-10998] The software emulation target 'sw_emu' is no longer supported.
make: *** [Makefile:130: kernels] Error 2
Is the tutorial not updated, or am I missing something?
The 05-AI-engine-versal-integration tutorial has some support for AIE devices.
https://github.com/Xilinx/Vitis-Tutorials/tree/2025.2/AI_Engine_Development/AIE/Feature_Tutorials/05-AI-engine-versal-integration
But when I try to compile the HLS kernels using TARGET=sw_emu , I see this error
Is the tutorial not updated, or am I missing something?