LeftShift

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

Blocks tree path

Primitive\Logic\LeftShift

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.