CodiodeCodiode
Home
Problem Solving
Skill Tracks
My Assignments
Contests
Leaderboard
Community
Settings
Codiode/Problems/Combinational Logic

Maximum Frequency of a 16 Bit RCA

EasyLogic CircuitAnalyze

Architects must intuitively understand how datapath width impacts maximum operating frequency before writing any RTL.

The schematic shows a 16-bit Ripple Carry Adder (RCA) constructed from 16 cascaded Full Adder (FA) blocks. Each FA block takes inputs A[i], B[i], and Cin[i], producing outputs Sum[i] and Cout[i]. The primary outputs of the entire 16-bit block are Sum[15:0] and Cout[15].

The delay from any FA input (A, B, or Cin) to the Cout pin is 200 picoseconds (ps). The delay from any FA input to the Sum pin is 250 ps.

Calculate the worst-case propagation delay from the primary inputs to the final outputs. Determine the theoretical maximum operating frequency for this combinational block.

Constraints

  • Assume ideal interconnects with zero routing delay between blocks.
  • Assume all primary inputs arrive simultaneously at time t = 0.
  • Do not account for setup or hold times of external registers.

Topics

Critical PathTimingDelayRipple Carry Adder

Solve this problem

Place the gates, wire them up and watch the signals settle. Every submission runs on the same simulation engine that grades it.

This problem is part of Codiode Pro. The statement above is free to read.

Sign in to solveSee what Pro unlocks

The circuit builder and code editor need a desktop screen. On a phone, read the problem here and open it on a laptop to solve.

Related problems

  • Binary to HexEasy
  • 1-to-4 Demultiplexer from AND and NOT GatesEasy
  • 2-to-4 Line Decoder with Active-High EnableEasy
  • Hex Nibble to BinaryEasy
  • Odd Parity Bit Generator for 3-bit DataEasy
  • Full Adder from Half AddersEasy
  • Modulo ArithmeticMedium
  • Two's Complement: Encode a Negative DecimalEasy

Browse all problems · Learning tracks