Redstuff Wiki
Advertisement

Half-Adders and Full-Adders work using a ripple carry, which is when the carry from one calculation is sent to the next calculation and must wait for the previous calculation to finish before it can do it's job. However, a much faster method was created, where the Adder can look ahead and make some calculations without having all the information, making it faster.

How It Works[]

For CLAs, there are 2 main terms: Generate and Propagate. Generate is whether the addition of the two bits will always carry, regardless of if there is a carry coming from the previous operation. G is therefore defined as . Propagate is if the addition of two bits will carry if there exists a carry from the previous operation. P is therefore defines as . Whether there will be a carry for a specified digit is based on if G or P is true. C is defined as , or when expanded, .

Advertisement