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

1 vue (au cours des 30 derniers jours)
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?

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 6 Avr 2022
Modifié(e) : MathWorks Support Team le 24 Mai 2022
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 commentaire
Bharath Venkataraman
Bharath Venkataraman le 22 Jan 2018
Modifié(e) : MathWorks Support Team le 8 Juin 2022
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.

Connectez-vous pour commenter.

Plus de réponses (1)

Bharath Venkataraman
Bharath Venkataraman le 9 Juin 2022
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:

Produits


Version

R2011a

Community Treasure Hunt

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

Start Hunting!

Translated by