How to send binary text file (containing 0 and 1 only matrix) to FPGA and receive the output from FPGA after processing?

1 view (last 30 days)
I have a HLS code (with given input matrix in code itself) and it is working in FPGA. Now I am trying to send a binary text file from matlab to FPGA to have flexible input. How to send binary text file to FPGA and receive the output from FPGA after processing? And at the end I need to compare matlab result with FPGA result. Any idea would be appreciated.
Thanks,
A.

Answers (1)

Akhila Bonagiri
Akhila Bonagiri on 11 Feb 2020
You may refer to this link, for existing MATLAB Answer for help

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!