Hierarchical Designs and Synchronous Hardware Behavior
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).
Functions
hdllib | Display blocks that are compatible with HDL code generation |
Checks
Blocks
Topics
- Synchronous Subsystem Behavior with the State Control Block
Description of a State Control Block and how it generates 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 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
, Verilog® or SystemVerilogparameter
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:
- Generate HDL Code with Record or Structure Types for Bus Signals
Generate VHDL code with record or structure types for bus signals at different subsystem-level interfaces.