Automotive · Hot Chips 2026 · Zone Controllers

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

📅 2026-09-15 ⏱ 9 min read 🔗 Source: Infineon Hot Chips 2026 talk via ServeTheHome, LavX News, MangoDeveloper, KAD8, IT时代网/腾讯新闻

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:

StageModelWhat happens
1. Legacy domain controllersOne ECU cluster per functional domainPowertrain, 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 locationZonal 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 computerGlobal strategy centralizedADAS, 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 classDeadlineInterrupt latencyExamples
Fast control loops< 10 msTens of nanosecondsE-motor control, chassis actuators
Strategic vehicle managementSeconds~10 msVehicle policy, thermal strategy, service software
Between the twoMilliseconds to secondsMicroseconds to millisecondsDSP, 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:

ApproachZone-controller roleMain trade-offInfineon’s verdict
Path A — optimized multi-domain zone controllerPartially consolidates endpoint ECUs, retains local control, supports local power distributionMore capability at each zone, greater silicon and software complexityFavored. Latency-sensitive control stays in the zone; global strategy lives in the central computer
Path B — I/O aggregatorAggregates inputs/outputs with little local intelligenceSimpler zones, but more traffic and dependence on central computeRejected 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:

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:

Infineon’s blunt point: in practice, detailed ISA aspects matter less than microarchitectural optimization. For MCUs, the winning attributes are memory, connectivity, specific hardware accelerators, sourcing strategy, final BOM cost — and critically, the availability of automotive-qualified toolchains. Two processors can support the same RISC-V profile yet deliver very different results.

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:

ElementContentWhy it matters
AUTO-SIG baseline profileRV32E + I + M + U, with optional supervisor mode, floating point, vectors, and hypervisor extensions layered on topThe 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 hostingAn 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

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 岛:异构超级集成

这种划分让区域从 L2 向 L2+/L3 自动驾驶扩展,同时会根据区域定位从「需 DSP+AI 加速」到「多 I/O 低功耗」缩放配置。

为什么是 RISC-V:务实的商业理由

英飞凌的直率点评:实践中 ISA 细节的重要性不及微架构优化。对 MCU 而言,决定胜负的属性是:存储、连接性、专用加速器、供货策略、最终 BOM 成本,以及车规认证工具链的可用性。两款支持同一 RISC-V profile 的处理器,实际表现可能天差地别。

三架构组合与标准化路线

英飞凌将构建 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 生态的意义

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

← Back to Blog