NSuku1
New Contributor
7 years agoFaster way to read input every 25 microseconds (24 bytes)
Hi all,
I developed matrix component using HLS. It takes 6 floating point input, 6x6 matrix and sends 6 floating point output. The input arrives every 25 microseconds and the output should be available every 10 microseconds or less. The input is available through the Avalon memory mapped interface. I want to know whats the fastest way for the accelerator to read these inputs every sample? For eg., should the inputs be stored in a BRAM/register and streamed to the matrix component?
Please suggest some ideas.
Thanks in advance!
Nivetha