Domino logic

From Infogalactic: the planetary knowledge core
Jump to: navigation, search


Domino logic is a CMOS-based evolution of the dynamic logic techniques based on either PMOS or NMOS transistors. It allows a rail-to-rail logic swing. It was developed to speed up circuits.

Terminology

The term derives from the fact that in domino logic (cascade structure consisting of several stages), each stage ripples the next stage for evaluation, similar to a Domino falling one after the other.

Dynamic logic drawbacks

In dynamic logic, a problem arises when cascading one gate to the next. The precharge "1" state of the first gate may cause the second gate to discharge prematurely, before the first gate has reached its correct state. This uses up the "precharge" of the second gate, which cannot be restored until the next clock cycle, so there is no recovery from this error.[1]

In order to cascade dynamic logic gates, one solution is Domino Logic, which inserts an ordinary static inverter between stages. While this might seem to defeat the point of dynamic logic, since the inverter has a pFET (one of the main goals of Dynamic Logic is to avoid pFETs where possible, due to speed), there are two reasons it works well. First, there is no fanout to multiple pFETs; the dynamic gate connects to exactly one inverter, so the gate is still very fast. Furthermore, since the inverter connects to only nFETs in dynamic logic gates, it too is very fast. Second, the pFET in an inverter can be made smaller than in some types of logic gates.[2]

In Domino logic cascade structure of several stages, the evaluation of each stage ripples the next stage evaluation, similar to a domino falling one after the other. Once fallen, the node states cannot return to "1" (until the next clock cycle) just as dominos, once fallen, cannot stand up, justifying the name Domino CMOS Logic. It contrasts with other solutions to the cascade problem in which cascading is interrupted by clocks or other means.

Logic features

  • They have smaller areas than conventional CMOS logic (as does all Dynamic Logic).
  • Parasitic capacitances are smaller so that higher operating speeds are possible.
  • Operation is free of glitches as each gate can make only one transition.
  • Only non-inverting structures are possible because of the presence of inverting buffer.
  • Charge distribution may be a problem.

See also

References

  1. * Knepper. "SC571 VLSI Design Principles," Chapter 5: "Dynamic Logic Circuits"
  2. Abdel-Hafeez and Ranjan. "Single Rail Domino Logic For Four-Phase Clocking Scheme"

General references

External links