code wiki / _hdl_build / nx_pipeline_gate.nx
nx_pipeline_gate.nx
buildroot/runtime/_hdl_build/nx_pipeline_gate.nx
about
nx_pipeline_gate.nx -- proves the R1 pipeline spine. T1 a work-item advances IN ORDER to
EXCEEDED; T2 (load-bearing neg-control) a skip is REFUSED and the stage is unchanged (fabricated
completion is mechanically impossible); T3 a never-seeded id is honestly UNKNOWN (0). GREEN iff
all three. Uses a scratch prefix (cleaned by the harness before each run). license_tier: ORIGINAL
dependencies 5 imports · 0 importers
imports: nx_pipeline_spine.nxnx_workstream_store.nxnx_seg_store.nxnx_framed_append.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
| 11 | const PG_PREFIX: *u8 = "knowledge/store/plgate-" |
| 12 | const PG_LOG: *u8 = "knowledge/status/pipeline_gate.log" |
functions
| 14 | func pg(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 15 | func pgn(v: i64) -> i64 |
| 25 | func main(argc: i64, argv: *i64) -> i64 |