Hello everyone,
I'm trying to implement matrixmultiplication and transposition on a zedboard. Luckily gsutter reuploaded his guide (see http://www.zedboard.org/content/matrix-multiplication-vivado ). I tryed it out, but it just seems like the code stucks when I want to tranfer data to the HLS block. That's excatly the same problem I had with my own code, before I checked gsutters. I uploaded my project with gsutter's code and did some screenshots of my settings. I also disabled the scatter/gather mode and set the burst size to 256. Can anyone pls check my project on his Zedboard, because right now I'm not sure if my board or code is the problem.
I uploaded everything here :http://www64.zippyshare.com/v/57047041/file.html .
I would like to know if it works for someone else, or if anyone knows what I'm doing wrong.
Regards
Andi
edit:
*I'm using Vivado, Vivado HLS and SDK version 2013.4
*If anyone checks the Code. It seems like device never stops being busy (while (XAxiDma_Busy(&AxiDma, XAXIDMA_DMA_TO_DEVICE)) ;) in line 199