필터 지우기
필터 지우기

can we generate HDL code for matrix multiplication ?

조회 수: 3 (최근 30일)
satish kumar
satish kumar 2020년 12월 15일
답변: Kiran Kintali 2021년 1월 11일
Hi , I tried to generate hdl code for 20*20 matrix A multiplied with 20 *1 matrix B. But HDL code generation failed saying matrix inputs not acceptable. Please help how to proceed. Thank you!

답변 (3개)

Kiran Kintali
Kiran Kintali 2020년 12월 15일
hi satish, can you share more details?are both A and B inputs to the DUT or only one of them, what are the types, are you looking for fully parallel implementation or are you looking for any serialization or area reduction options in terms of DSP reduction for the partial products? please share a sample model with your usecase for additional guidance.
  댓글 수: 2
satish kumar
satish kumar 2020년 12월 30일
Yes kiran, both A and B are inputs. I need a multipler design.
satish kumar
satish kumar 2020년 12월 30일
Yes parallel implementation would be better. I need to generate VHDL code for the multiplier. I want to implement the design in FPGA.

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


Kiran Kintali
Kiran Kintali 2020년 12월 30일
Attaching few flavors of matrix multiplication compatible with HDL Coder.
  1. matmul_external_memory_20b.slx
  2. matmul_mlfb_fixpt_20b.slx
  3. matmul_with_const_20b.slx
  4. matmul_single_streaming_20b.slx
  5. matmul_single_20b.slx
  댓글 수: 1
satish kumar
satish kumar 2021년 1월 11일
Thanks! But i have matlab 2020a. The .slx couldnt be opened.

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


Kiran Kintali
Kiran Kintali 2021년 1월 11일
You can do this to open the models. The models do not use any new 20b features.
>> set_param(0, 'ErrorIfLoadNewModel', 'off')

카테고리

Help CenterFile Exchange에서 Code Generation에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by