VLSI DV Interview Puzzles · All levels

Concurrency & Timing Puzzles

Interview-grade puzzles on SystemVerilog scheduler regions, race analysis, clocking block semantics, and semaphore/mailbox deadlocks. Each puzzle mirrors scenarios seen in real UVM benches and focuses on cycle-accurate reasoning under pressure.

What this section covers

Interview-grade puzzles on SystemVerilog scheduler regions, race analysis, clocking block semantics, and semaphore/mailbox deadlocks. Each puzzle mirrors scenarios seen in real UVM benches and focuses on cycle-accurate reasoning under pressure.

Topics

diagram
Event Scheduling Puzzles — 6 puzzles
Race Condition Puzzles — 6 puzzles
Clocking Block Puzzles — 6 puzzles
Semaphore & Mailbox Puzzles — 6 puzzles

How to practice

  1. Open each topic and attempt every puzzle cold, writing your predicted answer first.

  2. Only then read the step-by-step solution and confirm the exact answer.

  3. Re-read the 'why candidates get it wrong' note — that is the actual interview signal.

  4. Finish with the section Q&A to rehearse explaining the rule out loud.

Related topics