Errors : algebraic loop in use HDL simulink coder
이전 댓글 표시
Dear friends, when i convert one Simulink block to Verilog use HDL Simulink coder, i have this problem: *_ Failed Cannot connect to model; please try Update Diagram (Ctrl-D).
Cause:
Block diagram 'untitled' contains an algebraic loop. The algebraic loop solver is disabled because of the current setting for Algebraic loop option in the Diagnostics page of the Configuration Parameters Dialog_*
Can you give me some suggestions to solve this problem? Thanks so much!
Pham Van Dung
댓글 수: 1
Pham Van Dung
2013년 6월 7일
편집: Pham Van Dung
2013년 6월 7일
답변 (2개)
Tim McBrayer
2013년 6월 3일
0 개 추천
The error message states you have an algebraic loop in your design. Basically, an algebraic loop is a path in your Simulink model that makes a loop, and has no delays in it. HDL Coder does not support code generated for designs with algebraic loops, as this will in general result in hardware that is unstable.
For more information about algebraic loops, see http://www.mathworks.com/support/solutions/en/data/1-16V6S/.
Kiran Kintali
2023년 3월 28일
0 개 추천
Models with algebraic loops are not supported for HDL Code generation.
카테고리
도움말 센터 및 File Exchange에서 General Applications에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!