The top design unit selected for HDL code generation may not be inside a triggered subsystem.
1 次查看(过去 30 天)
显示 更早的评论
Hi,
why was this limitation intoduced in Matlab?
In Matlab 2019, this limitation is not there. I wanted to port my model to Matlab 2020b, and run into this issue. Unfortunately I don't find anything in the documentation about this error message.
Can this limitation be circumvented with some settings?
Is this limitation also there in the latest versions of Matlab?
0 个评论
回答(1 个)
Kiran Kintali
2022-6-3
编辑:Kiran Kintali
2022-6-3
The DUT targeted for code generation can be a whole model with root ports, or a regular virtual or atomic subystem, model reference block. Control subsystems such as triggered, enabled and resettable subsystems cannot be currently specificed as DUT. They need to be wrapped in one of the supported DUT configurations described above.
2 个评论
Kiran Kintali
2023-6-2
编辑:Kiran Kintali
2023-6-2
Here is the page for the guidelines.
DUT Subsystem Guidelines
The development team is working on relaxing this restriction in the upcoming releases.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!