Pulsed FRC reactors hit fusion temperatures, but the control loop must preempt macroscopic instabilities before they breach confinement. SCPN-MIF-Core moves the critical-path intervention from software toward combinatorial logic on FPGA fabric.
Whether two compressed plasmoids lock into one stable object or tear apart is a synchronisation problem in an accelerating frame:
A time-varying natural frequency $\omega_i(t)$ captures the accelerating merge frame; phase-lag $\alpha$ and coupling $K_{ij}$ set the interaction. RK4 integrates against the closed-form $\theta(t)=\theta_0+\omega_{i0}t+\tfrac12\dot\omega_i t^2$; the merge-window monitor decides fire / no-fire before confinement is lost.
Engineering boundary: the sub-50 ns sensor-to-actuator path is the engineering target. The delivered formal bound is expressed in clock cycles (timing:cycle-budget-formal); named-device post-route and measured nanosecond evidence remain timing:post-route-hardware-gated and timing:e2e-hil-hardware-gated.
Kuramoto kinematic-merging equations compile into bit-true Q8.8 SystemVerilog through the sibling sc-neurocore engine. Native hot paths use a fastest-measured dispatch with a transparent pure-Python fallback.
SCPN-MIF-Core consumes accepted FRC equilibrium, Hall/flux, compression, MRTI, tilt, and compression-coupled recovery surfaces from scpn-fusion-core through explicit contract tests. FUSION-owned physics kernels are detected through contracts, not silently reimplemented or dispatched locally.