Optimization Basics

Hierarchy flattening, delay balancing, validation model, constrained overclocking, feedback loop highlighting

Simulink Configuration Parameters

Examples and How To

Find Feedback Loops

Highlight feedback loops that are inhibiting optimizations

Hierarchy Flattening

Flatten subsystem hierarchy to enable more extensive area and speed optimization.

Optimization with Constrained Overclocking

Optimization with constrained overclocking and how it works

Delay Balancing

Insert matching delays along all data paths.

Remove Redundant Logic and Optimize Unconnected Ports in Design

Improve readability of generated HDL code and optimize area usage.

Simplify Constant Operations and Reduce Design Complexity in HDL Coder™

Learn various optimizations in HDL Coder that improve area and timing such as simplifying constants, speeding up slower operations, and combining several operations.

Meet Timing Requirements Using Enable-Based Multicycle Path Constraints

Generate enable-based constraints for synthesis tools to meet timing requirements of multicycle paths in single clock mode.

Concepts

Generated Model and Validation Model

The generated model is an intermediate model that shows the HDL implementation architecture and includes latency.

Troubleshooting

Resolve Numerical Mismatch with Delay Balancing

Learn how to resolve numerical mismatch issues after HDL code generation.

Featured Examples