User`s guide

Memory Copy
Checking this parameter enables the Bitwise operator
parameter for you to dene how to apply the mask value.
To use your initialization value as a mask, the output from the
copyhastobeaspecic address. It cannot be an output port,
but it can be a symbol.
Bitwise operator
To use the initialization value as a mask, select one of the entries
on the following table from the Bitwise operator list to de scribe
how to apply the value as a mask to the memory value.
Bitwise
Operator List
Entry Description
bitwise AND
Apply the mask value as a bitwise AND to
the value in the register.
bitwise OR
ApplythemaskvalueasabitwiseORto
the value in the register.
bitwise
exclusive OR
Applythemaskvalueasabitwiseexclusive
OR to the value in the register.
left shift
Shift the bits in the register left by
the number of bits represented by the
initialization value. For example, if your
initialization va lue is 3, the block shifts the
register value to the left 3 bits. In this case,
the v alue must be a positive integer.
right shift
Shift the bits in the register to the right
by the number of bits represented by the
initialization value. For example, if your
initialization va lue is 6, the block shifts the
register value to the right 6 bits. In t his
case, the value m ust be a positive integer.
9-42