Hardware inventions · substrate

MEMRISTOR

Memristive Substrate Seed v2.0 — the memory is the debt
state c · r · D debt D = c·r/600 feedback 1 + 4u(1−u) 128-bit Q64
// the correction · what v2.0 fixes

A divergent multiplier, made bounded

The substrate remembers through an accumulating topological debt D, and a feedback multiplier sets how fast the debt is serviced each cycle. The original law ran away; v2.0 replaces it with a logistic parabola that rises, peaks at debt-50, and falls back — so the substrate self-limits.

feedback_old(D) = 1 + 4u² // u = D/100 — climbs to 5, divergent ✗
feedback_new(D) = 1 + 4u(1 − u) // logistic — peaks at 2.0 when D = 50, bounded ✓
// the instrument · live, dependency-free

Run the substrate

Left: the feedback multiplier across the whole debt range — the old law (amber) versus the v2.0 logistic (green). Right: the topological debt D(t) accumulating under dD/dt = r · feedback_new(D). Set the extraction rate and run it.

feedback multiplier · F(u)

old · 1+4u² new · 1+4u(1−u) live u = D/100

topological debt · D(t)

D climbs, modulated by F peak band · D=50
0
cycles · c
0.0
debt · D
1.00
feedback · F
// the code

Seed, kernel, targets

memristive_seed_v2.c

The portable C11 model — debt, the logistic correction, and the ODE step. Cross-compiles for Cortex-M4 and RV32IMC via the Makefile.

memristive_kernel_128.c

The embedded fixed-point form — Q64 in unsigned __int128 — the same logistic feedback with no floating point.

Makefile

makememristive_arm.o + memristive_rv.o. ARM -Os -mcpu=cortex-m4 -mthumb; RISC-V -march=rv32imc.

memristive_dashboard.jsx

The full React + Recharts operator dashboard (needs a bundler). This page is the dependency-free version of the same kernel.

// the seam, kept visible

What this is

A substrate kernel and dynamical model — a corrected feedback law with an accumulating memory term, plus its fixed-point and cross-compile scaffolding. The physical realization (Ag₂S memristor wells, the attractor array) is the gravity-processor application built on this substrate. The topological debt and tensor tags (T133 phase-shadow · T057 negative-evidence · T128 root) are STOICHEION constructs, not measured device data.