0
5.3kviews
Explain working of universal shift register?
1 Answer
0
270views

A Universal shift register is a register which has both the right shift and left shift with parallel load capabilities. Universal shift registers are used as memory elements in computers. A Unidirectional shift register is capable of shifting in only one direction.

A bidirectional shift register is capable of shifting in both the directions. The Universal shift register is a combination design of bidirectionalshift register and a unidirectional shift register with parallel load provision.

n-bit universal shift register –

A n-bit universal shift register consists of n flip-flops and n 4×1 multiplexers. All the n multiplexers share the same select lines(S1 and S0)to select the mode in which the shift register operates. The select inputs select the suitable input for the flip-flops.

enter image description here

Basic connections

  1. The first input (zeroth pin of multiplexer) is connected to the output pin of the corresponding flip-flop.
  2. The second input (first pin of multiplexer) is connected to the output of the very-previous flip flop which facilitates the right shift.
  3. The third input (second pin of multiplexer) is connected to the output of the very-next flip-flop which facilitates the left shift.
  4. The fourth input (third pin of multiplexer) is connected to the individual bits of the input data which facilitates parallel loading. The working of the Universal shift register depends on the inputs given to the select lines.
Please log in to add an answer.