about HDL supported libraries
1 次查看(过去 30 天)
显示 更早的评论
Dear,
I have a problem in Simulink HDL Coder : Can i extend the supported HDL library of Simulink HDL Coder Tools? And if i can , how can i do it?
Thanks for helping!
Best regards,
Pham Van Dung
1 个评论
Walter Roberson
2012-10-9
Please read the guide to tags and retag this question; see http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
采纳的回答
Tim McBrayer
2012-10-8
There is no customer-accessible way to add support for additional blocks to the HDL Coder supported blocks library. If you have a specific block in mind that you would like support for, please communicate that through standard channels so that the development team can take your needs into account.
Since HDL Coder does support the MATLAB Function block and Stateflow charts, you can implement any desired functionality that you can express with these fully customizable blocks.
2 个评论
Tim McBrayer
2012-10-10
hdlsupported.mdl is dynamically created by the hdllib command, based off the blocks that have existing HDL implementations in the product. Even if you manually added additional blocks to this library, they would not have a HDL implementation to generate.
I can't directly solve your modelling problem, but the overall idea would be to decompose the behavior of an unsupported block into a set of blocks that are supported for HDL code generation. And again, I encourage you to request (via customer support) that HDL Coder support the blocks that you wish to use.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!