The HDL Coder block library contains many blocks that you can add to your Simulink® modeling environment and develop your HDL algorithm. To model large designs, you can divide your model into subsystems and create hierarchical designs. For synchronous hardware behavior and to generate hardware-friendly HDL code, use the State Control block inside the subsystems.
To filter the Simulink Library Browser to show only HDL-supported blocks, enter
hdllib
. The blocks listed in this section
include those blocks that are only available in the
HDL Coder library. Blocks such as Foreach Subsystem
and Atomic Subsystem are available in the Simulink
library in the Library Browser.
For a filtered list of Simulink blocks supported for HDL code generation, see Simulink Block List (HDL Code Generation).
hdllib | Display blocks that are compatible with HDL code generation |
Synchronous Subsystem Behavior with the State Control Block
What is a State Control Block and how does it generate cleaner HDL code
Generating HDL Code for Subsystems with Array of Buses
Generate HDL code for subsystems that use array of buses in the design.
Generate Reusable Code for Atomic Subsystems
Generate shared code for identical subsystems or subsystems identical except for their mask parameter values
Generate Parameterized Code for Referenced Models
Generate VHDL®
generic
or Verilog®
parameter
for model arguments in a model reference.
Generate HDL Code for Blocks Inside For Each Subsystem
An example that shows how to model and generate HDL code for blocks inside a For Each Subsystem.
Model Referencing for HDL Code Generation
Model referencing in your DUT subsystem enables you to: