Dynamic Shift Register

💡
Key learnings:
  • Dynamic Shift Register Definition: A dynamic shift register is defined as a type of shift register that uses dynamic inverters and temporary charge storage techniques, requiring frequent refresh cycles to maintain data.
  • Working Principle: The working principle involves shifting data from input to output through the controlled charging and discharging of capacitors using clock signals.
  • Clock Signals: Non-overlapping, complementary clock signals control the operation of the shift register, managing the timing of data shifts.
  • Data Storage and Leakage: Data is stored as charge on capacitors, which can leak, necessitating periodic refreshing to maintain accurate logic levels.
  • Advantages and Design Variations: Dynamic shift registers are simpler to fabricate, have high package density, and can be designed using various approaches, though their power consumption increases with frequency.

Shift registers come in two families: static registers and Dynamic Shift Registers. A static register is built from flip-flops and can hold a bit as long as power is on. A dynamic register uses inverters plus temporary charge storage, so it needs a refresh clock or the bits leak away.
Figure 1 is one stage: NMOS transmission gates G1 and G2 (red) and depletion-load inverters {D1, N1} and {D2, N2} (blue). ϕ1 and ϕ2 are non-overlapping complementary clocks. C1 and C2 are the gate-source capacitances of the two stages. Both start discharged.

dynamic shift register
Take Vin = 0 V and ϕ1 = VDD (logic 0 and logic 1). Gate G1 then conducts, so the capacitor C1 is held at 0 V and stays uncharged.

This drives the output voltage of Stage 1 (D1 and N1) high: V1 = VDD if thresholds are taken as zero for a simple picture. ϕ1 must stay high long enough for that node to settle against its RC time.

When ϕ2 goes high, gate G2 closes, allowing capacitor C2 to gradually charge to VDD (= V1), which limits the clock frequency. As the voltage across capacitor C2 rises, the output voltage at Stage 2 decreases due to the inverting action of the circuit formed by D2 and N2, causing Vout to go low (= 0V). Thus, the state of Vin shifts to Vout.

Similarly, if Vin = VDD while ϕ1 = VDD, C1 charges to VDD through G1, causing the output voltage of Stage 1, V1, to go low. If ϕ2 = VDD, gate G2 closes, and capacitor C2 discharges while Vout gradually increases. Thus, Vout = VDD, reflecting the logic high state of Vin. This shows that Vin shifts to Vout under clock control. The circuit in Figure 1 acts as a single-stage shift register. An n-stage dynamic shift register can be made by cascading n stages.

The working of the single stage dynamic shift register can be further emphasized by the timing diagram shown by Figure 2.
timing diagram of dynamic shift register
Dynamic shift registers store information as charge on the gate-to-substrate parasitic capacitance of electronic (especially MOS) devices. However, this charge can leak, so periodic data refreshing is needed to keep logic levels accurate. This is done by continuously shifting data from one stage to another and feeding the last stage’s output back to the first stage. Therefore, dynamic shift registers must operate at a minimum clock frequency.
Dynamic shift registers are simpler in terms of fabrication and have high package density due to their smaller size. However it is to be noted that their advantage of less power consumption is cursed by the fact that the power consumed increases with the increase in frequency. Further there are many design variations available in case of dynamic shift registers like dynamic shift registers using enhancement load, dynamic shift registers using CMOS devices and so on including Ratioed Logic approach as well as Ratio less Logic approach. Nevertheless, the basic working principle remains the same.

Want To Learn Faster? 🎓
Get electrical articles delivered to your inbox every week.
No credit card required—it’s 100% free.

About Electrical4U

Electrical4U is dedicated to the teaching and sharing of all things related to electrical and electronics engineering.

Leave a Comment