Lukas' Notes

Home

❯

Knowledge

❯

Ripple-Carry Adder

Ripple-Carry Adder

Jun 09, 20251 min read

combinatorial-logic

Definition

Ripple-Carry Adder

The ripple-carry adder consists of multiple 1-bit adders chained together to form a computational unit.

Problem: Ripple-carry adders are slow. Their delay is denoted as:

tripple​=N⋅tfull adder​

where N is the number of full adders in the chain.

1

Footnotes

  1. Digital Design and Computer Architecture - RISC-V Edition ↩


Graph View

Backlinks

  • Carry-Lookahead Adder

Created with Quartz v4.4.0 © 2025

  • GitHub