vault backup: 2025-01-29 10:13:44
This commit is contained in:
parent
ad505f4e04
commit
42dcc22972
@ -1,2 +1,2 @@
|
|||||||
# Carry-Select Adder
|
# 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
|
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 when adding two numbers $x$ and $y$, we know $x$ and $y$ *before* we know the value of $c_{in}$. This means we can compute what the output of $x + y$
|
Loading…
x
Reference in New Issue
Block a user