vault backup: 2025-01-29 10:37:25

This commit is contained in:
arc 2025-01-29 10:37:26 -07:00
parent 2b64aa4f40
commit 5898de24cb

View File

@ -4,4 +4,4 @@ A carry select adder is built using two ripple carry adders, and multiplexing th
The delay is calculated like so:
1. Given the delay of a full adder is $k$, and the delay of a 2 to 1 mux is $\frac{1}{m}k$,
2. then the delay of a 4 bit ripple carry adder is $4k$, because it's 4 full adders chained together, running sequentially.
3. This means that the delay of a 4 bit
3. This means that the delay of a 4 bit carry select adder is $4k + \frac{k}{m}$