Infineon Maps RISC-V for Automotive Zone Controllers at Hot Chips 2026 — MCU Island + MPU Island, AUTO-SIG Profiles, and the Three-Architecture AURIX Portfolio
At Hot Chips 2026, Infineon laid out its automotive RISC-V architecture direction in one of the most consequential talks of the conference for the open-ISA ecosystem. The message was deliberately pragmatic: RISC-V is not replacing TriCore or Arm in Infineon’s lineup — it is joining them as a third CPU architecture under the AURIX brand, aimed at the industry’s transition from domain controllers to zonal control units and, eventually, the central vehicle computer. Just as important was the warning: the ISA is the easy part. Automotive-qualified toolchains, SoC architecture, and functional-safety enablement will decide how fast RISC-V actually lands in cars.
This article consolidates the technical substance of the talk from multiple independent reports of the presentation. Note that Infineon presented an architecture direction, not a specific shipping chip — no part numbers, process nodes, or availability dates were announced.
From Domain Controllers to Zonal Architecture
Infineon framed the automotive E/E (electrical/electronic) architecture transition in three stages. Each stage redistributes compute and rewires the vehicle:
| Stage | Model | What happens |
|---|---|---|
| 1. Legacy domain controllers | One ECU cluster per functional domain | Powertrain, chassis, body electronics, infotainment, and ADAS each carry dedicated ECUs, communication paths, and software stacks. Works, but produces long wiring harnesses, duplicated compute, and growing complexity. |
| 2. Zonal control units (ZCU) | Compute follows physical location | Zonal controllers aggregate local I/O, power distribution, communication, and latency-sensitive real-time control for a physical region of the vehicle. High-level intelligence migrates toward central computers. |
| 3. Central vehicle computer | Global strategy centralized | ADAS, infotainment, and vehicle motion run on a central computer; zones keep local, latency-critical work and share wiring. |
The real prize is the wiring harness — one of the heaviest, most expensive, and most labor-intensive subsystems in a modern vehicle. Consolidating body and comfort functions into zones that share wiring cuts harness length and weight, moves power distribution closer to the loads, and reduces assembly complexity. The harness decision therefore affects the vehicle far beyond the electronics bill of materials.
The Zonal Workload Problem: Orders-of-Magnitude Timing Spread
Why can’t one homogeneous processor serve a zone controller? Because the workloads that land on it differ by orders of magnitude in timing:
| Workload class | Deadline | Interrupt latency | Examples |
|---|---|---|---|
| Fast control loops | < 10 ms | Tens of nanoseconds | E-motor control, chassis actuators |
| Strategic vehicle management | Seconds | ~10 ms | Vehicle policy, thermal strategy, service software |
| Between the two | Milliseconds to seconds | Microseconds to milliseconds | DSP, sensor fusion, AI inference, audio, connectivity, local I/O |
A single zonal device may combine deterministic real-time control, digital signal processing, AI inference, audio processing, low-power service functions, and communication processing — on one automotive-qualified part, while a background task must never disturb a safety-critical control loop. That is a heterogeneous-workload problem, and it is the core argument for a multi-architecture, multi-island silicon design.
Two Paths to a Zone Controller — Infineon Picks Path A
Infineon contrasted two broad approaches to zonal controller design:
| Approach | Zone-controller role | Main trade-off | Infineon’s verdict |
|---|---|---|---|
| Path A — optimized multi-domain zone controller | Partially consolidates endpoint ECUs, retains local control, supports local power distribution | More capability at each zone, greater silicon and software complexity | Favored. Latency-sensitive control stays in the zone; global strategy lives in the central computer |
| Path B — I/O aggregator | Aggregates inputs/outputs with little local intelligence | Simpler zones, but more traffic and dependence on central compute | Rejected as the primary direction |
The reasoning: keeping local, tactical, latency-sensitive control inside the zone while sending global strategy upstream shrinks the vehicle’s attack surface (fewer network paths expose vehicle functions), simplifies maintenance (functions can be isolated within a zone), and cuts system cost by eliminating endpoint ECUs and decentralizing power distribution.
MCU Island + MPU Island: Heterogeneous Super-Integration
For higher-end “super-integration” zone controllers, Infineon proposes combining two compute islands on one automotive-qualified device:
- MCU island — deterministic, safety-critical work: fast control loops, lock-step execution, hard real-time guarantees.
- MPU island — non-real-time workloads on a POSIX-compatible adaptive software stack (think Adaptive AUTOSAR), richer applications, and faster boot/wake behavior than a full application SoC.
This split gives software teams a place to run compute-heavy or convenience functions without forcing them onto the real-time core, and lets a zone scale from L2 toward L2+ and L3 autonomy. The architecture must also scale down: a sensor-adjacent zone needs DSP and AI acceleration, while a body-control zone needs modest compute, many I/O channels, and low standby power. Both benefit from common software interfaces and tools — they do not need the same core count, memory, or accelerator mix.
Why RISC-V — the Pragmatic Case
Infineon’s argument for RISC-V was business- and engineering-driven, not ideological:
- No IP-level lock-in for 15-year lifecycles. Automotive silicon is qualified for roughly 15 years of production. A single open, scalable ISA reduces dependence on any one processor IP supplier across that horizon.
- One ISA across domains. The same open ISA spans automotive, industrial, and IoT, easing knowledge sharing and creating ecosystem synergies across product lines.
- Multi-vendor sourcing. An open ISA supports designs from multiple vendors — a sourcing-strategy lever for a company that ships hundreds of millions of MCUs annually.
- Microarchitectural freedom. The ISA specifies what, not how. Instruction latency, cache structure, memory hierarchy, coherency method, interconnect, lock-step cores, error tracking, and security blocks all remain silicon-designer choices — exactly where automotive differentiation happens.
Three Architectures, One Portfolio: TriCore + Arm + RISC-V
Infineon does not view RISC-V as a replacement. The company is building a three-architecture automotive portfolio: the established TriCore architecture (the AURIX workhorse for powertrain and chassis), Arm-based products, and a new RISC-V line under the AURIX brand. This mirrors the broader reality of automotive computing: the ISA is only one layer of the problem. Functional safety, cybersecurity, virtualization, deterministic real-time execution, software tooling, standardized interfaces, long-term support, and ecosystem compatibility must all be solved regardless of instruction set.
RVI AUTO-SIG Profiles and the RVM Virtualization Requirement
Standardization, Infineon argued, should happen through RISC-V International’s AUTO-SIG profiles that match industry requirements. Two structural points from the talk:
| Element | Content | Why it matters |
|---|---|---|
| AUTO-SIG baseline profile | RV32E + I + M + U, with optional supervisor mode, floating point, vectors, and hypervisor extensions layered on top | The distinction is not “auto vs non-auto” but “industry-grade safety and security products” — a profile an automotive team can require in an RFP |
| Virtualization (RVM) | Hard requirement for mixed-criticality hosting | An RVM-based system hosts real-time control alongside a POSIX adaptive stack in cleanly separated software domains — offloading non-critical work frees the real-time core |
Virtualization also becomes the mechanism for assigning safety-related workloads, service software, and application workloads to controlled environments while preserving boundaries between them.
Power: A Cross-Cutting Design Constraint, Not a Slide Number
Infineon deliberately did not present a single power-consumption figure for a future RISC-V automotive product. Instead, power was framed as a constraint that reaches across the processor core, memory system, connectivity, accelerators, and the software stack. A controller that meets performance targets but wastes energy raises thermal demands and erodes the value of zone consolidation.
The Toolchain Is the Product
The sharpest takeaway for engineering teams: RISC-V removes the licensing tax and grants microarchitectural freedom — but you are also on the hook for qualifying your own toolchain, your own functional-safety artifacts, and your own security-certification evidence. That is a massive operational burden unless the ecosystem matures fast. This is precisely where RISC-V International’s AUTO-SIG work, certification programs, and the growing list of automotive-grade RISC-V parts (Nuclei NA900 at ASIL-D, Guoxin Tech’s automotive chip standard, Quintauris RT-Europa) plug in.
What This Means for the RISC-V Ecosystem
- A top-three automotive MCU vendor is now designing with RISC-V. Infineon joins NXP, Renesas, and Qualcomm in publicly committing to RISC-V in automotive silicon — the “will it happen” phase is over; the “how fast” phase has begun.
- Profiles over persuasion. The AUTO-SIG profile route (RV32E+I+M+U baseline, optional FP/V/H) signals that automotive adoption will be standardized through requirements documents, not marketing.
- Virtualization is table stakes. Mixed-criticality hosting via RVM is now a stated hard requirement — RISC-V hypervisor implementations matter for automotive as much as for servers.
- Toolchains are the bottleneck. Qualified compilers, safety cases, and certification evidence remain the rate limiter — an opportunity for tool vendors and an obligation for silicon vendors.
- Zone controllers favor heterogeneity. MCU island + MPU island designs play to RISC-V’s strength: one ISA, many microarchitectures, tuned per island.
For RISC-V MCU and IP vendors watching this space: the requirements list above — AUTO-SIG profile compliance, RVM virtualization, lock-step and error-tracking capabilities, qualified toolchains — is effectively the checklist for entering the automotive zonal-controller market.
英飞凌 Hot Chips 2026:车规 RISC-V 区域控制器架构方案全解析
在 Hot Chips 2026 上,英飞凌(Infineon)系统阐述了面向汽车微控制器的 RISC-V 架构思路。核心信号明确:RISC-V 不是替换 TriCore 或 Arm,而是以第三种 CPU 架构加入 AURIX 品牌,瞄准汽车 E/E 架构从域控制(Domain)向区域控制器(ZCU)再向整车中央计算机的演进方向。同时英飞凌也提出警告:指令集本身不是难点,车规认证工具链、SoC 架构与功能安全生态才是决定 RISC-V 落地速度的关键。需要注意的是:本次演讲是架构方向宣贯,没有公布具体芯片型号、工艺或量产时间。
三阶段架构演进
| 阶段 | 模式 | 关键变化 |
|---|---|---|
| 1. 传统域控制 | 每功能域独立 ECU | 动力/底盘/车身/座舱/ADAS 各自为政,线束长、算力重复 |
| 2. 区域控制器 | 算力随物理位置走 | ZCU 聚合本地 I/O、配电、通信与实时控制,高层智能上移 |
| 3. 整车中央计算机 | 全局策略集中 | ADAS、座舱、车辆运动由中央计算机承担 |
最大收益是线束:整车最重、最贵、装配最耗工的子系统之一。车身与舒适功能收敛到共享线束的区域,可缩短线束长度与重量、把配电下放到负载附近、降低装配复杂度。
负载异构:时序要求差好几个数量级
| 负载类别 | 截止时间 | 中断延迟 | 典型场景 |
|---|---|---|---|
| 快速控制回路 | < 10 ms | 几十纳秒 | 电机控制、底盘执行器 |
| 整车策略管理 | 秒级 | 约 10 ms | 整车策略、热管理、服务软件 |
| 中间地带 | 毫秒级到秒级 | 微秒到毫秒 | DSP、传感器融合、AI 推理、音频、通信 |
两条路径:英飞凌选择「智能型 ZCU」
英飞凌对比了两种设计路径:Path A —— 优化的多域区域控制器,部分整合端点 ECU、支持本地配电,把延迟敏感控制留在区域、全局策略上交中央,可缩小攻击面、便于维护、降低系统成本(受青睐);Path B —— 无本地智能的 I/O 聚合器(不推荐作为主方向)。
MCU 岛 + MPU 岛:异构超级集成
- MCU 岛:硬实时、安全关键工作,锁步(lock-step)与硬实时保障。
- MPU 岛:运行 POSIX 兼容的 Adaptive AUTOSAR 软件栈,承载非实时负载,启动/唤醒比整类应用 SoC 更快。
这种划分让区域从 L2 向 L2+/L3 自动驾驶扩展,同时会根据区域定位从「需 DSP+AI 加速」到「多 I/O 低功耗」缩放配置。
为什么是 RISC-V:务实的商业理由
- 避免 IP 锁定:汽车芯片生命周期约 15 年,开放可扩展的单一 ISA 降低对单一供应商的依赖。
- 一套 ISA 跨多领域:汽车/工业/IoT 共用,促进知识复用与生态协同。
- 多源供货:开放 ISA 支持多厂商设计,是采购策略杠杆。
- 微架构自由:ISA 只定「做什么」不定「怎么做」,指令等待时间、缓存层级、互连、锁步与错误追踪机制全部由芯片设计者决定——这正是汽车差异化所在。
三架构组合与标准化路线
英飞凌将构建 TriCore + Arm + RISC-V 三架构汽车产品组合(RISC-V 线归入 AURIX 品牌)。标准化则通过 RISC-V International 的 AUTO-SIG Profiles 推进:基线为 RV32E + I + M + U,可选叠加 S 模式、浮点、向量与虚拟化扩展。区分标准不是「车规与非车规」,而是「工业级安全安保产品」。
| 要素 | 内容 | 意义 |
|---|---|---|
| AUTO-SIG 基线 | RV32E + I + M + U,可选 S/FP/V/H | 汽车团队可直接写进采购要求 |
| 虚拟化(RVM) | 混合临界度负载托管的硬性要求 | 实时控制与 POSIX 栈在隔离域内共存,释放实时核 |
功耗与工具链:现实约束
英飞凌刻意地没有给出未来 RISC-V 汽车产品的单一功耗指标,而是强调功耗是贯穿核心、存储、连接性、加速器与软件栈的综合约束——满足性能但浪费能量的控制器会抬高散热要求、削弱区域整合的价值。对工程团队的最直接提示:RISC-V 免除授权税、给予微架构自由,但企业也必须自行认证工具链、功能安全产物与安全认证证据——这正是生态成熟度决定采用速度的地方。
对 RISC-V 生态的意义
- 全球前三大汽车 MCU 厂商之一已用 RISC-V 做设计:英飞凌加入 NXP、瑞萨、高通的行列,汽车 RISC-V 已从「会不会」进入「多快」阶段。
- 标准化优先于游说:AUTO-SIG Profile 路线表明汽车采用将通过需求文档而非市场游说完成。
- 虚拟化是必答题:RVM 混合临界度托管成为硬性要求,hypervisor 实现对汽车和服务器同等重要。
- 工具链是瓶颈:认证编译器、安全用例与认证证据是真正的推进限制,也是工具厂商的机会。
Infineon определила роль RISC-V в автомобильных зональных контроллерах (Hot Chips 2026)
На Hot Chips 2026 Infineon представила RISC-V как третью архитектуру CPU после TriCore и Arm в портфеле AURIX — не замену, а дополнение для перехода от доменных контроллеров к зональным (ZCU) и центральному бортовому компьютеру. Ключевые тезисы: разные нагрузки отличаются на порядки по времени (контур мотора < 10 мс и прерывания в десятках нс против секунд у стратегических функций).
Архитектура: путь A — оптимизированный многодоменный зональный контроллер с MCU-островом (детерминированное реальное время) и MPU-островом (POSIX-совместимый Adaptive AUTOSAR). Стандартизация — через профили RVI AUTO-SIG: базовый RV32E+I+M+U с опциональными S/FP/V/H; виртуализация (RVM) — обязательное требование для смешанной критичности. Главный вывод: ISA — лёгкая часть, решают автомобильные инструментальные цепочки и сертификация функциональной безопасности.
Infineon define el papel de RISC-V en controladores zonales automotrices (Hot Chips 2026)
En Hot Chips 2026, Infineon presentó RISC-V como la tercera arquitectura de CPU junto a TriCore y Arm en su portafolio AURIX — no un reemplazo, sino una adición orientada a la transición de controladores de dominio a unidades de control zonal (ZCU) y a la computadora central del vehículo. Los datos técnicos clave: un lazo de control de motor exige plazos < 10 ms con latencia de interrupción de decenas de nanosegundos, mientras la gestión estratégica del vehículo tolera segundos y ~10 ms.
Arquitectura: Infineon defiende el «Camino A» — controladores zonales multi-dominio con isla MCU (tiempo real determinista) + isla MPU (pila adaptativa POSIX / Adaptive AUTOSAR). La estandarización irá por los perfiles RVI AUTO-SIG: base RV32E+I+M+U con extensiones opcionales S/FP/V/H; la virtualización (RVM) es requisito obligatorio para criticidad mixta. El mensaje central: la ISA es la parte fácil — las toolchains cualificadas para automoción y la certificación de seguridad funcional decidirán la adopción.
Sources
- 1. LavX News — Infineon maps RISC-V’s role in automotive zone controllers at Hot Chips 2026
- 2. MangoDeveloper — Infineon Makes the Case for RISC-V in Automotive Zone Controllers at Hot Chips 2026
- 3. KAD8 — Infineon Adds RISC-V to AURIX: Why Three CPU Architectures?
- 4. ServeTheHome (via Vuink) — Infineon RISC-V for Automotive at Hot Chips 2026
- 5. IT时代网 / 腾讯新闻 — 英飞凌展示车规RISC-V架构方案 (2026-09-14)
- 6. RISC-V International — Production-Ready, Automotive-Grade, AI-Native: RISC-V at Embedded World 2026 (context)