0
1.1kviews
Design a 4 bit universal shift register and explain its working
0
34views

If the register has both shifts and parallel load capabilities, it is referred as a universal shift register.

Function Table:

Mode control:

S1 S0 Register Operation
0 0 No change
0 1 Shift right
1 0 Shift left
1 1 Parallel load

* A clear control to clear the register …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.