How to convert ARINC429 model into HDL Code

20 visualizzazioni (ultimi 30 giorni)
Shubham
Shubham il 24 Ott 2024 alle 12:12
Risposto: R il 25 Ott 2024 alle 14:15
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.

Risposte (1)

R
R il 25 Ott 2024 alle 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

Prodotti


Release

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by