Skip to content
Technology How it works Breeder — Hyperion Burner — Aegis Burner — MetroVolt AI-Native Architecture Magnets Fuel cycle Safety Roadmap
Solutions AI & Data Centers Defense & Government Grid & Baseload Neutron Detection Quantum
Learn Technical Library
Proof Publications Whitepapers Technical Library Open Science & Reproducibility The Honest Gates
Company About / Mission Leadership Environment Health & Safety Investors Careers Press Contact
3D Model
AI Architecture › L1 · Control Plane
L1 · Control Plane

Worst-Case Execution Time (WCET)

L1 certifies every critical path by its provable worst-case execution time, computed from fabric structure rather than measured averages.

THE STACK · click to jumpL7Ecosystem & StrategyL6Experience & VisualizationL5Applications & CopilotsL4OrchestrationL3Twin Modeling & AIL2Data FabricL1Control PlaneL0Foundation▲tlmctl▼L1 · CONTROL PLANEHard real-time actuation and the autonomous failsafe.1Edge FPGAµs-determinism2Real-Time Actuationcoils · heating · fuel3Hardware Failsafeautonomous trip4Sync Gatephase-locked timing5Signal I/OADC / DAC6Watchdogliveness & interlocksMACHINE TIEDrives magnets, ice-piston, and gas puff on the sub-10 µs loop.KRONOS FUSION ENERGYAI-NATIVE S.M.A.R.T. GENERATORCONTROL PLANESHEET 03REV. 2026-08L1 · AI-NATIVE STACK
L1 · Control Plane — its place in the stack (left, click any layer) and its internal components (right). Telemetry rises; control descends.

Definition

WCET is the maximum time a computation can take over all admissible inputs and system states. For Kronos's control plane, WCET is not an empirical maximum from a test campaign; it is derived from the structure of the logic itself, then confirmed by measurement. Only when the analytic bound and the measured bound agree is a path admitted to a protection function.

Why fabric makes WCET tractable

On a CPU, WCET analysis must account for caches, pipelines, speculation, and OS interference, producing loose and fragile bounds. On FPGA fabric, a fully pipelined datapath has a WCET equal to its depth times the clock period — input-independent by construction. A depth-30 pipeline at 5 ns/cycle has a WCET of 150 ns, exactly, with no data dependence.

Handling data-dependent logic

Where an algorithm has variable iteration — an iterative equilibrium solve, for example — L1 either bounds the iteration count with a hard cap and a defined fallback, or moves the algorithm off the critical path entirely. A capped Newton step for the breeder's fast equilibrium delta runs a fixed number of iterations and returns the best available correction; the uncapped high-fidelity solve lives at L3.

Certification artifact

Each protection bitstream ships with a WCET report: per-stage bounds, the composed end-to-end bound, and the margin against the deadline. This artifact is versioned with the bitstream and reviewed when either changes. It is the evidence that the sub-10 µs boundary is met, not assumed.

Content reviewed August 2026 · design-and-simulation stage