Hello,
I'm new to the zedboard , zynq, PS and PL things, I want to write a code C for 5 applications (matrix multiplication, ...) and test the performance of the PS while running these apps on the zedboard (Only PS no PL). In my vivado design I just used the zynq processor and an AXI monitor. in SDK I wrote the code C and tried to launch the matrix multiplication on Hardware. for small size matrix (32x32) the program works fine but beyond that the execution is not completed. I guess it's something related to L1 cache miss but I can't figure out how to fix it. Please help ASAP