code wiki / _hdl_build / nx_pattern_emit5_demo.nx
nx_pattern_emit5_demo.nx
buildroot/runtime/_hdl_build/nx_pattern_emit5_demo.nx
about
nx_pattern_emit5_demo.nx -- the TEAM authoring GEOMETRY + PID_LOOP cores (no Claude logic).
_pe_mask = mask geometry at the REAL DIY-silicon design rules (5um=5000nm min feature -- the
Zeloof/HackerFab floor -- 10um min spacing). _pe_heat = heater PI loop, gains pre-flighted against
the plant sim. ALSO proves the refusal rail: dead gains (kp=0 ki=0) must be REFUSED, not authored.
dependencies 2 imports · 0 importers
imports: nx_pattern_emit5.nxnx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 7 | const K_MAGIC_5000: i64 = 5000 |
| 8 | const K_MAGIC_10000: i64 = 10000 |
| 9 | const K_MAGIC_2000: i64 = 2000 |
functions
| 11 | func p5_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 13 | func main() -> i64 |