How to convert ARINC429 model into HDL Code

조회 수: 3 (최근 30일)
Shubham
Shubham 2024년 10월 24일
답변: R 2024년 10월 25일
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.

답변 (1개)

R
R 2024년 10월 25일
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

카테고리

Help CenterFile Exchange에서 Code Generation에 대해 자세히 알아보기

제품


릴리스

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by