Low Power Verification · All levels

Isolation & Level Shifting

Verification of isolation and level-shifter intent across power domains, including clamp strategy correctness, signal-direction safety, placement legality, and redundant-or-missing protection analysis.

Section goal

Verification of isolation and level-shifter intent across power domains, including clamp strategy correctness, signal-direction safety, placement legality, and redundant-or-missing protection analysis.

How to study this section

  1. Start with each topic hub and restate boundary mechanism in your own words.

  2. Use reports and debug pages to classify first failing low-power phase.

  3. Practice worked examples and interview drills under fixed metadata.

  4. Close with checklist and execution impact before signoff claims.

Topics

  1. isolation-strategy-verification/ - Isolation Strategy and Clamp Value Verification

  2. level-shifter-checks/ - Level-Shifter Direction, Threshold, and Enable Checks

  3. iso-ls-placement-bugs/ - Isolation + Level-Shifter Placement Bugs at Domain Crossings

  4. redundant-or-missing-isolation/ - Detecting Redundant or Missing Isolation

Related topics

Low-power verification deep dive

Boundary correctness depends on timing: isolate and shift at the right crossings and right phases.

Concept diagram

diagram
BOUNDARY SAFETY VIEW

domain crossing -> level-shift requirement -> isolation control -> OFF/ON transition behavior

Metric graph

diagram
BOUNDARY BUG CLASSES

missing isolation      █████
late isolation         ████
LS misdirection        ███

Metrics and artifacts to collect

  • cross-domain boundary inventory

  • clamp-value correctness report

  • LS direction and threshold checks

  • missing or redundant boundary action list

Mini case study

A boundary bug escaped unit tests until domain-off traffic stress revealed late isolation enable timing.

Debug branches

  • Map each crossing to expected LS and isolation behavior.

  • Verify enable timing against collapse and restore edges.

  • Check clamp safety for protocol-facing signals.

Senior review question

Ask: what exact low-power transition boundary failed first, and which artifact proves the closure claim reproducibly?