Electrical – CMOS Adder circuits

addervlsi

I have been studying VLSI Design and cannot seem to find the difference between the two adder circuits below. Both implement the functionality of a full adder with Generate, propagate and kill conditions. Can anyone point out the difference?
Direct Implementation of full adder in Static CMOS style
CMOS Full Adder circuit.

Best Answer

They are functionally identical. The only difference is in where the series-connected P-channel devices are connected at the top.

( Sorry, I'm on a touch screen device, and I can't mark up your figures.)

Note that on the upper left in the first diagram, the two series-connected devices for A and B are connected to the node with the parallel devices for A and B, which are then connected to Vdd.

In the second diagram, the same series string is connected directly to Vdd.

The same thing happens on the upper right with the series-connected string for A, B and Ci. In both cases, these connections are functionally identical (work out the truth table if you're not sure). It probably has something to do with optimizing the layout on the die.

Related Topic