How to serialize an HDL Coder function with a vector input ?
显示 更早的评论
Hello,
I have a function that I want to convert to HDL code.
The function input is a vector containing around 3000 elements. But when I convert the code and get the resource report, the number of I/O bits is too large for the FPGA to handle, so I read that I should instead feed the vector element by element to reduce the number of I/O bits. I searched in the workflow advisor but didn't manage to find anything to do that. So what is the proper way to do this ?
Thanks in advance
采纳的回答
更多回答(1 个)
Kiran Kintali
2022-7-13
0 个投票
Can you share you algorithm? You would need to share a design.m and a testbech.m files.
Thanks
类别
在 帮助中心 和 File Exchange 中查找有关 AMD FPGA and SoC Devices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!