Skip to content

§ Silicon comparison

Alif vs NXP vs Renesas vs DeepX — pick per project, not per company.

The usual edge AI question is which silicon vendor to standardise on. On E1M that's the wrong question: every one of these chips runs from the same SDK on the same carrier board, so you choose per project and never get locked in.

SiliconE1M familyCoresNPUAI computeBest for
Alif EnsembleE1M-AENCortex-M55 (+ optional A32)Ethos-U0.25–0.5 TOPSAlways-on, sub-1 mW perception and keyword spotting
NXP i.MX 93E1M-N93Cortex-A55Ethos-U65~0.5 TOPSTSN networking, Linux-class control with light AI
Renesas RZ/V2N · V2HE1M-XCortex-A55 (+ Cortex-R8)DRP-AI34–8 TOPSReal-time vision with hard-real-time control on one module
DeepX DX-M1E1M-X +M1Companion NPU on E1M-XDX-M1up to 33 TOPSHigh-throughput multi-stream inference

Why one SDK across all of them wins

Standardising on a single silicon vendor is a bet: that their roadmap, pricing, and supply stay aligned with your product for its whole life. E1M removes the bet. Because theAlp SDKwraps each vendor SDK behind one<alp/*.h> API, and every chip lands on the sameE1M footprint, you can match silicon to each project and re-source later without a rewrite or a respin.

See the modules these run on in theE1M lineup, or readwhy open beats locked-in.

Frequently asked questions

Which edge AI silicon should I choose: Alif, NXP, Renesas, or DeepX?
It depends on the workload. Alif Ensemble suits sub-milliwatt always-on perception; NXP i.MX 93 suits TSN networking and light AI; Renesas RZ/V2N/V2H suits real-time vision with hard-real-time control; DeepX DX-M1 adds high-throughput multi-stream inference up to 33 TOPS. With E1M you don’t have to commit company-wide — each project can pick its silicon and still share one SDK and one carrier-board design.
Do I have to rewrite firmware to switch silicon?
No. The Alp SDK exposes one C/C++ API across all four vendors. Changing silicon is a one-line som.sku edit in board.yaml; the SDK rebuilds against the same <alp/*.h> API, so your application code is unchanged.

One SDK across every chip. See the stack.