these are matlab resource report generated --more hardware is without loop unroll & less hardware is with loop unroll

답변 (1개)

Kiran Kintali
Kiran Kintali 2020년 9월 5일

0 개 추천

These HDL Coder documentation files should explain the behavior.
The coder.hdl.loopspec('unroll') pragma transforms loops by creating multiples copies of the loop body in the RTL design, which allows some or all loop iterations to occur in parallel.
coder.hdl.loopspec('stream') generates a single instance of the loop body in the HDL code and generates additional state machine logic necessary to share the loop body.

카테고리

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

제품

태그

질문:

2014년 5월 2일

답변:

2020년 9월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by