HDL code generation error.
15 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Tim McBrayer
on 20 Dec 2017
You can place your enabled subsystem inside another subsystem. This should allow you to generate DHL code for the design.
2 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!