STA Mastery · All levels

Delay Graph & Path Analysis

Cell delay, net delay, parasitics, graph traversal, slack, path groups, and deep reading of timing reports.

Section goal

Cell delay, net delay, parasitics, graph traversal, slack, path groups, and deep reading of timing reports.

How to study this section

  1. Start with the topic hub to learn the contract.

  2. Use mechanism and reports pages to connect rules to metrics.

  3. Use debug and worked-example pages for interview and on-call practice.

  4. Close with checklist and PPA impact before signing any change.

Topics

  1. graph-traversal-and-slack/ — Graph Traversal & Slack

  2. cell-vs-net-delay-budgets/ — Cell vs Net Delay Budgets

  3. path-group-prioritization/ — Path Group Prioritization

  4. report-timing-deep-read/ — Report Timing Deep Read

Related topics

STA deep dive

Slack is a path story — read the graph, not just the number.

Concept diagram

diagram
TIMING GRAPH

FF --cell-- logic --net-- logic --cell-- FF
launch                              capture

Metric graph

diagram
SLACK TAIL

paths |    ***
      |  *******
      |*********  <- fix WNS first

Reports and artifacts

  • WNS/TNS

  • path slack histogram

  • cell vs net %

  • path group summary

Mini case study

WNS -90ps but 80% net delay on one congested route — PD route fix beat upsizing three cells.

Debug branches

  • Cell-heavy -> sizing/VT

  • Net-heavy -> route/layer

  • Check launch/capture clocks

Senior review question

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