How to convert ARINC429 model into HDL Code
20 次查看(过去 30 天)
显示 更早的评论
Hi I want to impent ARINC429 into FPGA for FPGA we need Code so how to convert ARINC-429 into HDL code. The model is given in this link.
0 个评论
回答(1 个)
R
2024-10-25,14:15
It seems that the model you’re working with cannot be deployed on the FPGA because it includes components and blocks that are not HDL code-generable. Unfortunately, this means you won’t be able to use HDL Coder for this specific model.
To ensure that your subsystems are compatible with HDL code generation, you should check whether all components and blocks within them are HDL code-generable. You can do this by looking at the extended capabilities section of each block.
For example, you can refer to the documentation for the Band-Limited Op-Amp Extended Capabilities. Only when all blocks are HDL-compatible will the option to generate code appear here:
A more effective approach is to first identify which blocks are HDL code-generable. You can do this by executing the hdllib command in the MATLAB command window. For a comprehensive list of HDL-compatible blocks, refer to the following documentation: https://www.mathworks.com/help/hdlcoder/ug/summary-of-block-implementations.html
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!