Example Problem: Rotate
The rotate block assigns the output value B to the input value A, rotated left (shift with wraparound) by the amount indicated by S.
e.g. If A = 0110, and S = 11, then B = 0011.
A3
A2
A1
A0
B3
B2
B1
B0
Previous slide
Next slide
Back to first slide
View graphic version