Home Knowledge Base An always-on domain

An always-on domain is a power domain that remains continuously powered and never shuts down — providing essential infrastructure services (control, monitoring, wake-up logic) that must function even when all other power domains on the chip are in deep sleep or completely powered off.

Why Always-On Domains Exist

What Lives in the Always-On Domain

Always-On Domain Design Constraints

Power Architecture

Always-On Domain in UPF

create_power_domain AON -elements {pmu_logic wakeup_ctrl rtc}
create_power_domain CORE -elements {cpu_core} 
  -supply {VDD_sw} -shutoff_condition {pmu_logic/core_sleep}

The always-on domain is defined without a shutoff condition — it has no power switch.

Tradeoff

The always-on domain is the watchkeeper of a power-managed SoC — it stays awake so the rest of the chip can safely sleep, enabling aggressive power gating without losing the ability to wake up.

always-on domaindesign

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.