Inputs and Outputs: scenario_id, node_nm, H_mm, W_mm

Seed matrix inputs: scenario_id, node_nm, H_mm, W_mm, a_v, f_v, power_w, aes_usd. Outputs: S_mm2, N_v, C_flops, rho_flops_per_mm2, P_per_dollar, P_per_watt. Template CSV. Example JSON. Any size. The a…

S = H×W; N_v = S/a_v; C = N_v×f_v

The core formulas: S = H×W (area); N_v = S/a_v (voxel count); C = N_v×f_v (total calculation). Then P_per_dollar = C/AES, P_per_watt = C/power_w. These turn envelope and node into FLOPS and performanc…

Performance per Dollar, Performance per Watt

The ratio we sell includes performance per dollar and performance per watt. P_per_dollar = C/AES. P_per_watt = C/power_w. You get calculation and these performance-per-exchange values from that seed a…

Template CSV and Example JSON for Any Size

Template CSV and example JSON ship with the seed. Any size. Truncated OK. You can build seeds from the ratio using the repo. The seed matrix is not hidden—it is a choice we made. That is what we have …

Executable Seeds: From OpenLANE2 to GDSII and LEF

The seed has a declarative part and an executable part. One or more voxels built through OpenLANE2 to GDSII and LEF. Those sit in seeds/; the build script copies them into every package as Seeds/. The…

14nm and 7nm Builds from One Seed

14nm and 7nm builds from one seed. You supply node_nm and envelope; the seed matrix and build flow produce the geometry and metrics. Reproducibility: same seed, same inputs, same result. Any node the …

The Blu-ray Harvest: 25GB Distributable Build

Every build can be written to a 25GB Blu-ray—foundry packages, standards, performance metrics, decisive COGS, Seeds when present. Distributable. Resellable. The whole 18 project folder feeds the build…

Delivering Zettaflop Scale as a Service

Zettaflop scale from the ratio: you specify envelope and target; we deliver the seed and metrics (C, P_per_dollar, P_per_watt). The rest as a service means on-demand seeds, foundry packages, Blu-ray h…