Persistent Array Variables

Persistent array variables enable you to model RAM.

By default, the HDL Coder™ software optimizes the area of your design by mapping persistent array variables to RAM. If persistent array variables are not mapped to RAM, they map to registers. RAM mapping can therefore reduce the area of your design in the target hardware.

To learn how persistent array variables map to RAM, see Map Persistent Arrays and dsp.Delay to RAM.

Was this topic helpful?