How to serialize an HDL Coder function with a vector input ?

조회 수: 9 (최근 30일)
Abdulaziz Alharbi
Abdulaziz Alharbi 2020년 2월 23일
답변: Kiran Kintali 2022년 7월 13일
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

채택된 답변

Kiran Kintali
Kiran Kintali 2020년 2월 23일
You can use mlhdlc_heq.m and mlhdlc_heq_tb.m example files on how to serialize input passed to the design. Thanks.
  댓글 수: 3
Abdulaziz Alharbi
Abdulaziz Alharbi 2020년 2월 24일
Nevermind, I think I figured it out.
Thank you very much.
SAI DHRUVA
SAI DHRUVA 2022년 7월 13일
Sir, I'm too facing the same problem. I need to serialise huge vector of elements. Could you please tell me how did you figure it out ? It would be very helpful, sir.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Kiran Kintali
Kiran Kintali 2022년 7월 13일
Can you share you algorithm? You would need to share a design.m and a testbech.m files.
Thanks

태그

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by