code wiki / _hdl_build / nx_encfab.nx

nx_encfab.nx

buildroot/runtime/_hdl_build/nx_encfab.nx

1367 B28 linesdepth 3pulls 3 transitivereach 1 importersview sourcekind library
docsdependenciesstructsconstsfunctions

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

nx_cleanroom.nx nx_syscalls.nx nx_encfab.nx nx_encfab_gate.nx

imports: nx_cleanroom.nxnx_syscalls.nx

imported by: nx_encfab_gate.nx

structs

none

consts

none

functions

11func encfab_all_controlled(controlled: *i64, n: i64) -> i64
called by 1: main
18func encfab_capital(cost: *i64, n: i64) -> i64
called by 1: main
25func encfab_cheaper_x(enclosed: i64, cleanroom: i64) -> i64
called by 1: main