Skip to content

Commit 3da7d09

Browse files
committed
- Fixed broken link in Adders and Fast Carry Chains.
1 parent 9309fbf commit 3da7d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/adders_and_fast_carry_chains/adders_and_fast_carry_chains.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Adders and Fast Carry Chains: Addition in FPGAs
22
## The Full Adder: 1-Bit at a Time
3-
The [full adder](https://en.wikipedia.org/wiki/Adder_(electronics) is the building block
3+
The [full adder](https://en.wikipedia.org/wiki/Adder_(electronics)) is the building block
44
of integer arithmetic in digital circuits. It consists of 3 1-bit inputs (a, b, carry_in) and one
55
2-bit output (sum).
66

0 commit comments

Comments
 (0)