Area Optimization

RAM mapping, resource sharing, streaming

Examples and How To

RAM Mapping with the MATLAB Function Block

This example shows how to map persistent arrays to RAM using the MapPersistentVarsToRAM block-level parameter.

Map Matrices to ROM

To map a matrix constant to ROM:If your MATLAB® code meets these requirements, HDL Coder™ inserts a no-reset register at the output of the matrix in the generated code.

Optimize MATLAB Loops

Optimize loops for area or speed.

Resource Sharing

How to use resource sharing to save chip area

Check Compatibility for Resource Sharing

To determine whether your model is compatible for resource sharing:

Streaming

What is streaming?

Area Reduction with Streaming

This example illustrates:

Find Feedback Loops

Highlight feedback loops that are inhibiting optimizations

Concepts

RAM Mapping

RAM mapping for Simulink blocks

Subsystem Optimizations for Filters

HDL subsystem optimizations for filter blocks.

Was this topic helpful?