code wiki / _hdl_build / nx_flip_worklist.nx

nx_flip_worklist.nx

buildroot/runtime/_hdl_build/nx_flip_worklist.nx

4665 B111 linesdepth 6pulls 7 transitivereach 0 importersview sourcekind tooltopic flip
docsdependenciesstructsconstsfunctions

about

nx_flip_worklist.nx -- the INTAKE half of "go part by part on an entire car". The coverage gate in nx_flip_score tells you what was missed AFTER you score. This tells you what to LOOK AT BEFORE you start, and -- given a deal -- exactly which mandatory systems still have no finding. nx_flip_worklist <class> [deal] [plane-prefix-root] FIRST MEMBER OF THE FAMILY CONVERTED ONTO THE SHARED BASE `nx_flip_lib.nx` (fx_*). It previously carried its own private copy of ~17 primitives (fw_puts/fw_col/fw_slice_eqs/...); those are GONE. Behaviour is byte-identical BY CONSTRUCTION and PROVEN by nx_flip_gate staying 16/16 across the swap -- that is exactly what the gate was built for: it makes a refactor of working code safe. license_tier: ORIGINAL No hw writes (Rule 26). expect_exit: 0

dependencies 2 imports · 0 importers

nx_flip_lib.nx nx_syscalls.nx nx_flip_worklist.nx

imports: nx_flip_lib.nxnx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main fx_puts sys_write sys_exit sts_mm sys_mmap nxa_die sys_write ↻ sys_exit ↻ nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ sts_werr sys_write ↻ sys_exit ↻ fx_plane sts_mm ↻ sts_load sts_gen_note sts_pfxhash ss_max_segid sys_mmap ↻ ss_cat ss_readall sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close ss_segid_ok ss_open_cached ssc_init

structs

none

consts

14const FW_ARGC_MIN: i64 = 2
15const FW_ARG_DEAL: i64 = 2
16const FW_ARG_PFX: i64 = 3
17const FW_CK_CLASS: i64 = 1
18const FW_CK_NAME: i64 = 2
19const FW_CK_MAND: i64 = 3
20const FW_CF_DEAL: i64 = 1
21const FW_CF_COMP: i64 = 2

functions

23func main(argc: i64, argv: *i64) -> i64