HDL code generation error.
조회 수: 9 (최근 30일)
이전 댓글 표시
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/167895/image.jpeg)
Designed simulink model, in which we are getting live video stream from 'From video devices' block followed by enabled subsystem block which is triggered from AND gate and getting result on Video Display block accordingly, but not able to generate HDL code. It shows an error: Enable, Trigger, and Reset Ports are not supported in the top level system for HDL code generation.
댓글 수: 0
답변 (1개)
Tim McBrayer
2017년 12월 20일
You can place your enabled subsystem inside another subsystem. This should allow you to generate DHL code for the design.
댓글 수: 2
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!