DPU-PYNQ cannot find Softmax in DPU design

Hi!

I have created dpu platform for Ultra96v2 following the steps in PYNQ Derivative Overlay and then I have stored this platform inside DPU-PYNQ in /boards/Ultra96.

Then I have launched

make BOARD=Ultra96 KERNEL=DPU_SM

but in the created Vitis vivado desing located in Ultra96/binary_container_1/link/vivado/vpl/prj I cannot find the softmax (sfm_xrt_top) ip as you can see:

Is this procedure inside boards right? or it is better to create the design inside Vitis-AI repository?

Regards

I think that the problem is that I haven’t added sp=sfm_xrt_top_1.M_AXI:HPC0 to prj_config…