BeginnerQuestion 19 of 20Source page 9

What is setup timing, and what is hold timing, in plain terms?

From PDVerse MMMC Interview Masterclass · pdVerse Mentor Series

Direct answer

Setup checks whether data launched from one flop arrives at the next flop early enough to be captured correctly on the upcoming clock edge. Hold checks whether that same data avoids arriving so early that it gets captured on the wrong edge instead.

Mentor explanation

Picture a launch flop sending data through some combinational logic to a capture flop. Setup asks: is the data guaranteed to be stable before the capture clock edge shows up, with enough margin? If the data path is too slow, setup fails — the value hasn't settled in time. Hold asks a very different question: could the data race through so fast that it changes the capture flop's input almost immediately after the previous edge, before that edge is even done capturing? If so, the flop might grab the wrong value. Both checks look at the same launch- to-capture path, but they stress opposite failure modes — one from being too slow, one from being too fast.

Example or conceptual chain

Launch flop -> combinational logic -> capture flop. Setup protects the upcoming capture edge; hold protects the previous edge.

Interview trap

Trying to memorize a formula instead of being able to explain, in a sentence, what each check is actually protecting against.

Key takeaways

  • Setup checks whether data launched from one flop arrives at the next flop early enough to be captured correctly on the upcoming clock edge.
  • Hold checks whether that same data avoids arriving so early that it gets captured on the wrong edge instead.
Visual explanationMMMC context: What is setup timing, and what is hold timing, in plain terms?
MMMC context: What is setup timing, and what is hold timing, in plain terms?A three-step concept map summarizes the focus, core answer, and practical verification for What is setup timing, and what is hold timing, in plain terms?Question focusWhat is setup timing,and what is hold timing,in plain terms?Core answerSetup checks whetherdata launched from oneflop arrives at thenext…Verify in practiceValidate the configuredview, active objects,and report context.Understand → explain the mechanism → verify the assumptions
Self-check: can you answer this aloud?

Try a 45-second answer using this structure:

  1. State the direct answer.
  2. Explain the timing or physical reason.
  3. Name one caveat.
  4. Say how you would verify it in a real flow.

Continue learning free

Get a practical low-power chapter

Receive the existing “Low Power and Multivoltage Fundamentals” PDF chapter and its download link by email.