User`s guide

Memory Allocate
Specify variable alignment
Select this option to direct the compiler to align the variable in
Variable name to an alignment b oundary. When you select this
option, the Memory alignment boundary parameter appears so
you can specify the alignment. Use this parameter and Memory
alignment boundary when your processor requires this feature.
Memory alignment boundary
After you select Specify variable alignment, this option enables
you to specify the alignment boundary in bytes. If your variable
contains more than one value, such as a vector or an array, the
elements are aligned according to rules applied by the compiler.
Data type
Denes the data type for the variable. Select from the list of types
available.
Specify data type qualier
Selecting this enables Data type qualier so you can specify the
qualier to apply to your variable.
Data type qualier
After you select Specify data type qualier,youenterthe
desired qualier here.
Volatile is the d efau lt qualier. Enter
the qualie r you need as text. Common qualiers are
static and
register. The block does not check for valid qualiers.
Data dimension
SpeciesthenumberofelementsofthetypeyouspecifyinData
type. Enter an integer here for the number of elements.
Initialize memory
Directs the block to initialize the memory location to a xed value
before processing.
Initial value
Species the initialization value for th e variable. At run time, the
block sets the memory location to this value.
9-23