code wiki / _hdl_build / nx_encfab.nx
nx_encfab.nx
buildroot/runtime/_hdl_build/nx_encfab.nx
about
nx_encfab.nx -- LIB: COMPLETE enclosed-fab feasibility twin. An enclosure fixes PARTICLES (nx_cleanroom), but a real
fab needs more controlled: CHEMICAL/gas purity, VIBRATION (litho alignment), THERMAL/humidity, the enclosure's own
OUTGASSING (bare printed plastic sheds particles -> must be clean-grade), and STEP INTEGRATION / sealed transfer.
Feasibility = ALL dimensions controlled. Computes the enclosed-fab capital (~$15k env) vs a clean room (~$10M) and how
many times cheaper -- the number that makes the doomsday CPU fab affordable. Composes nx_cleanroom for the particle
axis. never-brick #26: pure logic, deterministic. license_tier: ORIGINAL
dependencies 2 imports · 1 importers
imports: nx_cleanroom.nxnx_syscalls.nx
imported by: nx_encfab_gate.nx
structs
| none |
consts
| none |
functions
| 11 | func encfab_all_controlled(controlled: *i64, n: i64) -> i64 called by 1: main |
| 18 | func encfab_capital(cost: *i64, n: i64) -> i64 called by 1: main |
| 25 | func encfab_cheaper_x(enclosed: i64, cleanroom: i64) -> i64 called by 1: main |