Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Triggering video stream with AND gate.
1 回表示 (過去 30 日間)
古いコメントを表示
I would like to trigger live video stream with the use of AND gate in Simulink. I used 'from video device' block followed by enabled trigger, which is getting control signal from AND gate and obtaining it's display on video device block. The problem is, it is not generating HDL code for enabled subsystem, triggered subsystem and reset. Please suggest another block which can replace enabled subsystem. So that i can generate HDL code.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/167967/image.jpeg)
0 件のコメント
回答 (2 件)
Kiran Kintali
2017 年 12 月 21 日
Control based subsystems (enable, triggered, resettable subsystems) are not supported at DUT level. Please consider creating one more level of hierarchy by creating additional subsystem and try HDL code generation.
1 件のコメント
Bharath Venkataraman
2017 年 12 月 22 日
I believe that Kiran is asking you to put the enabled subsystem into a subsystem. TO do this, select the enabled subsystem and hit Ctrl-G. Then, generate HDL code for the top level subsystem (and not the enabled subsystem below).
2 件のコメント
Bharath Venkataraman
2018 年 1 月 22 日
Can you show the top-level model again with the new subsystem? You need to say makehdl(<top level subsystem name>) or right click on the subsystem and choose HDL code generation.
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!