Chip Design Academy
Module 19
Operations
Advanced
60 minutes

EDA Automation, AI and Engineering Governance

Build reproducible flows, use optimization and AI responsibly, track PPA regressions and retain evidence for human decisions.

WHY IT MATTERS

Overview

EDA automation is most valuable when every run has immutable inputs, deterministic configuration where possible, captured tool versions, structured metrics and traceable artifacts. A fast opaque run is not a trustworthy engineering result.

AI can summarize reports, prioritize failures, propose experiments and estimate impact, but it must distinguish measured evidence from prediction. Signoff and release decisions require accountable human review against source artifacts.

Learning objectives

Design reproducible EDA pipelines

Track PPA and quality regressions across commits

Use AI with evidence and review gates

Operate tenant, artifact and approval controls

TECHNICAL FOUNDATION

Core concepts

QoR

Quality of results measured by timing, area, power, violations, runtime and flow-specific objectives.

Design-space exploration

Systematic comparison of architecture or tool configurations under common metrics.

Provenance

Origin and transformation history of inputs, outputs, models and decisions.

Champion/challenger

Controlled comparison between a trusted baseline method and a candidate method.

Drift

Change in data or outcome relationships that reduces model reliability.

Human review gate

Explicit accountable decision required before AI output can advance a governed workflow.

INPUTS → DECISIONS → EVIDENCE

Engineering workflow

1
Version the experiment

Pin source, constraints, PDK, tools, seeds and environment.

INPUTS

Commit

Manifest

OUTPUTS

Reproducible run definition

2
Execute and observe

Capture logs, metrics, resource usage and artifacts.

INPUTS

Run definition

OUTPUTS

Evidence bundle

3
Compare and analyze

Evaluate thresholds, regressions, affected paths and uncertainty.

INPUTS

Baseline

Candidate

OUTPUTS

Decision brief

4
Review and approve

Validate source evidence and record accountable disposition.

INPUTS

Brief

Artifacts

OUTPUTS

Approval

Audit event

MEASURE WHAT MATTERS

Metrics and interpretation

Reproducibility rate

Fraction of reruns that reproduce results within defined tolerance.

Regression escape

Threshold breach merged or released without detection.

Evidence completeness

Required source artifacts present and checksum-verified.

AI calibration

Agreement between stated confidence and observed correctness over reviewed decisions.

REVIEW READINESS

Signoff checklist and pitfalls

Evidence checklist
  • Inputs and tool images are pinned
  • Metrics have definitions, units and thresholds
  • Artifacts are immutable and checksummed
  • AI claims link to source evidence
  • Approvals enforce role separation and preserve audit history
Common pitfalls
  • Comparing runs with different hidden inputs
  • Optimizing a proxy metric that harms signoff
  • Rendering raw AI JSON as an engineering decision
  • Allowing an AI action to approve its own recommendation
LEARN BY DOING

Practice and platform tools

PRACTICAL EXERCISE
Define a CI gate for RTL changes with synthesis/PPA thresholds, artifact retention, AI-assisted triage and an independent approval rule.
Commercial Workspace

Govern projects, evidence, ECOs and approvals.

Open tool
Continuous PPA

Detect commit-level regressions.

Open tool
RTL Impact

Relate code changes to physical effects.

Open tool
Auto-Tune

Explore controlled optimization.

Open tool
AUTHORITATIVE FOLLOW-UP

References


Continue learning
Architecture

Product Requirements and System Architecture

Open module
Signoff

Physical Verification, Signoff and Tapeout

Open module
Validation

Post-Silicon Bring-up, Validation and Debug

Open module