RightShift

Shifts the bits of an integer to the right. Zeroes are shifted in to the right side. This is equal to dividing by 2 to the power of i1.

Blocks tree path

Primitive\Logic\RightShift

Inputs

Name Type Description
i0 int The integer signal to be shifted.
i1 int The number of bit positions to shift.

Outputs

Name Type Description
o int The resulting shifted signal.