code wiki / _hdl_build / nx_gate_sweep.nx
nx_gate_sweep.nx
buildroot/runtime/_hdl_build/nx_gate_sweep.nx
about
nx_gate_sweep.nx -- Runs each gate in the sovereign ecosystem sequentially, reporting pass/fail based on exit codes.
dependencies 3 imports · 0 importers
imports: nx_gate_gn.nxnx_gate_base.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
| 13 | const SWEEP_RUNNER: *u8 = "_offc/nx_sov_build_run.elf" |
functions
| 18 | func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw(" calls 1: gw |
| 20 | func gs_unlink(p: *u8) -> i64 { return __syscall(263, AT_FDCWD, p, 0, 0, 0, 0) } |
| 23 | func run_gate(name: *u8) -> i64 |
| 42 | func report(name: *u8, tally: *i64) -> i64 |
| 63 | func gs_logline(tally: *i64, logpath: *u8) -> i64 |
| 77 | func gs_cat(b: *u8, off: i64, s: *u8) -> i64 { var o: i64 = off; var i: i64 = 0; while s[i] != (0 as u8) { b[o] = s[i]; o = o + 1; i = i + 1 } return o } |
| 78 | func gs_catn(b: *u8, off: i64, v: i64) -> i64 |
| 91 | func main(argc: i64, argv: *i64) -> i64 |