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

Fault Propagation and Noncontrolling Values

MediumLogic CircuitAnalyze

Manufacturing defects in silicon are only detectable if their logical effects can be routed to an observable output pin.

The schematic shows a three-level combinational circuit under test. An internal node N1 is suspected to have a stuck-at-0 (SA0) fault. The propagation path from N1 to the final observable output Y passes sequentially through three logic gates: an OR gate G1, an AND gate G2, and finally an OR gate G3. The off-path inputs to these gates are directly controlled by primary inputs A, B, and C respectively.

Analyze the gate sequence and determine the specific primary input vector required to sensitize the path and propagate the fault at N1 to the output Y.

Constraints

  • The circuit contains no reconvergent fanout paths.
  • Inputs A, B, and C are fully controllable primary inputs.
  • The fault model is a single stuck-at-0 (SA0) at node N1.

Topics

combinational-logicfault-testingd-algorithmverification

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