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

Count Gate Levels and Identify the Critical Path in a Three-Level Circuit

EasyLogic CircuitAnalyze

The maximum clock frequency of a digital system is strictly limited by the longest propagation delay through its combinational logic.

The schematic displays a combinational logic block with four inputs (A, B, C, D) and one output (Y). Input A routes through an inverter (U1) directly into a three-input OR gate (U4). Inputs B and C feed into an AND gate (U2), which connects to an XOR gate (U3), which then feeds into the final OR gate (U4). Input D passes through a buffer (U5) and connects to the final OR gate (U4).

Trace all signal paths from input to output. Determine the critical path and calculate the maximum logic depth of the circuit.

Constraints

  • Assume all gates have equal propagation delay.
  • Ignore wire routing delay and setup/hold times for this analysis.

Topics

timingcritical-pathcombinational-logicgate-delay

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