2 lines
243 B
Markdown
2 lines
243 B
Markdown
# Carry-Select Adder
|
|
A carry select adder is built using two ripple carry adders, and multiplexing them together based off of the value of $c_{in}$. This is done for performance reasons, because as addition propagates through the ripple carry |