How do I generate HDL Code for my model that has frame based communication in Simulink HDL Coder 2.1 (R2011a)?

1 回表示 (過去 30 日間)
I have a model that simulates a communication system. This model has some frame based communication. How can I generate HDL code for this model?

採用された回答

MathWorks Support Team
MathWorks Support Team 2022 年 4 月 6 日
編集済み: MathWorks Support Team 2022 年 5 月 24 日
There is a subset of blocks that support HDL code generation in frame mode. This is equivalent to processing multiple samples per clock in the FPGA. You can see the subset of blocks included at the following link:
Other than these blocks, there is no direct HDL code generation support for frame-based models since they execute multiple FPGA time steps in one Simulink time step. However, HDL code generation support is provided for the same blocks if the inputs are samples. You can thus convert the frame based communication to sample based communication in one of two ways:
a) At the border of your FPGA design, use the Frame Conversion block and convert the frames to samples.
b) Set your source to emit samples with frame size set to 1.
FPGA-in-the-loop does support frame inputs, so step (b) may work better. For HDL code generation, you can set frame size to 1, and when you move to FIL, you can set it to an appropriate frame size value.
  1 件のコメント
Bharath Venkataraman
Bharath Venkataraman 2018 年 1 月 22 日
編集済み: MathWorks Support Team 2022 年 6 月 8 日
There is a subset of blocks that support HDL code generation in frame mode. This is equivalent to processing multiple samples per clock in the FPGA.

サインインしてコメントする。

その他の回答 (1 件)

Bharath Venkataraman
Bharath Venkataraman 2022 年 6 月 9 日
I have one clarification on your question. When you say "frame based communication" - are you referring to processing multiple samples per clock processing, or are you referring to a frame structure.
The earlier answer talks about processing multiple samples per clock.
If you are talking about frames of data (ina communications sense). there ae several examples that show how to model this kind of processing using scalar data and control signals. Here are some links to those examples:

カテゴリ

Help Center および File ExchangeCode Generation についてさらに検索

製品


リリース

R2011a

Community Treasure Hunt

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

Start Hunting!

Translated by