Create matrix 64x64 that supported by HDL coder

Hi all.
I am having problem with my design. I want to create matrix 64x64. I used user defined function to create my matrix. Then, I want to change it to HDL code using HDL coder. However, when I tried to convert to HDL code,it shows error "Matrices are not supported in this released". How can I create matrix 64x64 that supported by HDL coder.

댓글 수: 3

Chun-Yu
Chun-Yu 2014년 4월 28일
Which version of HDL Coder are you using? Matrices are not supported in HDL Coder until 14a. Additionally, matrices are not supported at block I/O boundaries, so in 14a, you would have to send in a vector of 4096 elements and reshape it to 64x64 within the MATLAB block.
Maximum
Maximum 2014년 4월 29일
I used MATLAB 2012b. Is there any possibility that can I can create matrix 64x64 using MATLAB 2012b? Thanks in advance
Chun-Yu
Chun-Yu 2014년 4월 29일
I'm afraid not -- since 2012b does not support matrices, it will always flatten them into 1D vectors.

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

답변 (1개)

Kiran Kintali
Kiran Kintali 2020년 11월 1일

0 개 추천

Performing Large Matrix Operation on FPGA
web(fullfile(docroot, 'hdlcoder/ug/performing-large-matrix-operation-on-fpga-using-external-memory.html'))

카테고리

도움말 센터File Exchange에서 Code Generation에 대해 자세히 알아보기

제품

태그

질문:

2014년 4월 28일

답변:

2020년 11월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by