STA Mastery ยท All levels

Setup / Hold Closure Order: Theory Deep Dive

Theory Deep Dive for Setup / Hold Closure Order.

Foundational theory

Setup / Hold Closure Order is central to ECO Timing Closure. Setup and hold compete through delay changes; closure order and ECO type must avoid fixing one at the expense of the other. Senior STA engineers always tie slack movement to corner, mode, constraint set, and parasitic view โ€” not just a single report line.

Core concepts explained

  • Setup and hold compete through delay changes; closure order and ECO type must avoid fixing one at the expense of the other.

  • Primary metric: setup WNS, hold WNS, simultaneous violation count

  • Primary artifact: setup/hold trend chart, ECO sequence log, path replay

  • Owners: timing closure lead, PD owner, STA owner

  • Setup: max delay path; Hold: min delay path

  • WNS/TNS summarize tail risk across endpoints

Why this matters at signoff

At signoff, Setup / Hold Closure Order failures block tapeout or force risky ECO. ECO is surgical timing surgery with regression discipline. Wrong analysis setup wastes weeks of PD effort.

Mental model

diagram
DELAY CHANGE EFFECT

increase cell delay:
  setup slack  improves  (more time before capture)
  hold slack   worsens    (data arrives later vs hold edge)

ECO must check BOTH sides.

Worked intuition

  1. Name corner, mode, and view for the failing run.

  2. Open setup WNS, hold WNS, simultaneous violation count and identify worst path group.

  3. Read critical path: cell vs net, launch/capture clocks.

  4. Check constraints on that path (exceptions, generated clocks).

  5. Collect setup/hold trend chart, ECO sequence log, path replay and tag database versions.

  6. Classify: constraint bug, view mismatch, or real path.

  7. Propose minimal ECO and list MMMC+SI regression.

Common misconceptions

  • One typical corner is enough for signoff.

  • False paths can be applied broadly to green-wash violations.

  • Implementation WNS equals signoff WNS without view mapping.

  • Setup fix automatically preserves hold.

Visual reinforcement

Setup vs hold tradeoff

diagram
DELAY CHANGE EFFECT

increase cell delay:
  setup slack  improves  (more time before capture)
  hold slack   worsens    (data arrives later vs hold edge)

ECO must check BOTH sides.

Layer responsibilities

diagram
STA OWNERSHIP LAYERS โ€” Setup / Hold Closure Order

layer              owns                         failure mode
----------------   --------------------------   ---------------------
constraints        clocks, IO, exceptions       false violations
implementation     cells, nets, placement       real path delay
extraction         SPEF/RC corners              view mismatch
signoff policy     derate, MMMC matrix          margin disputes
closure           ECO order, regression        fix breaks other corner

STA deep dive

ECO without regression is a coin flip.

Concept diagram

diagram
ECO LOOP

failing path -> fix -> setup check -> hold check -> SI -> MMMC matrix

Metric graph

diagram
ECO PROGRESS

WNS
 0 |              o target
-50|        o
-100|   o baseline
    +-----------------> ECO #

Reports and artifacts

  • pre/post WNS

  • hold delta

  • leakage delta

  • ECO ticket log

Mini case study

48-hour tapeout crunch: VT swap fixed setup; hold fixed with route on short path โ€” order mattered.

Debug branches

  • Never ship setup-only proof

  • Logical ECO needs equivalence

Senior review question

Ask: what corner/mode/view proves this topic is closed or failing?

Key takeaways

  • State corner, mode, view, and database tag with every slack claim.

  • Run setup and hold plus MMMC regression after every ECO.

Common pitfalls

  • Comparing STA runs with different SPEF or SDC tags.

  • Broad false_path to green-wash violations.

  • Setup-only ECO without hold check.

Theory reinforcement

ECO is surgical timing surgery with regression discipline.