diff --git a/education/computer engineering/ECE2700/Adders.md b/education/computer engineering/ECE2700/Adders.md new file mode 100644 index 0000000..4db90c5 --- /dev/null +++ b/education/computer engineering/ECE2700/Adders.md @@ -0,0 +1,2 @@ +# 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 \ No newline at end of file