03-02-2015 03:43 AM
Hi all,
I am following the designing matrix multiplication Accelerator based on Xapp1170. I am able to run it in standalone OS (Xilinx SDK). Now I want to do the same matrix multiplication using Accelerator in Linux OS. For the standalone case, in SDK I imported some driver files generated by HLS. But for Linux, is it possible to do following the same way? I found one file, named xmult_accel_core_linux.c for my mult_accel_core function. I want to know how to use this _linux.c file. Or whether I have to do something different. Thank You
03-03-2015 05:14 AM
The driver files might be different for the them. Just using the files, you would know if they need any changes.
Regards
Sikta
03-09-2015 11:16 PM
I could not understand what you wanted to mean :/
So please elaborate and suggest how to access PCore from linux application in xilinx sdk. I could not find any tutorial
04-07-2015 10:26 PM
I could not understand what you wanted to mean :/
So please elaborate and suggest how to access PCore from linux application in xilinx sdk. I could not find any tutorial