필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

question on Performing Large Matrix Operation on FPGA using External Memory

조회 수: 1 (최근 30일)
Lin Bai
Lin Bai 2018년 3월 2일
댓글: Tao Jia 2018년 3월 6일
I am currently using Matlab 2018a to run the demo "Performing Large Matrix Operation on FPGA using External Memory". Targeting to Arria 10 SoC Development Kit. It looks 512 bits are read out from DDR4(@1066.667MHz actually) and then transmitted via MATLAB_as_AXI_Master(@100 MHz) by 32bit times 8 cycles. So my question is how can I increase this bit width(32bit here) as high as possible?
  댓글 수: 1
Tao Jia
Tao Jia 2018년 3월 6일
There is a data_width parameter on the MATLAB_as_AXI_Master IP. If you open Qsys, you can set it to 64. Currently we only support 32 and 64bit data width.
The performance bottleneck is typically the JTAG transfer speed to the host computer. If you increase the bit width on the AXI interface, it is unlikely to increase the performance much.

답변 (0개)

이 질문은 마감되었습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by