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 sts_werr sys_write ↻ sys_exit ↻ fx_plane sts_mm ↻ sts_load ss_open_cached ssc_init sys_mmap ↻ ssc_sig_of ss_cat sys_fstatat ssc_streq ss_open ss_open2 sys_mmap ↻ ss_manifest_dyn ss_cat ↻ ss_loadfile ss_load_aux2 ssl_total_keys ssl_pow2 ssl_build ss_r32 ssl_lookup ss_manifest_free sys_munmap ssc_retire_handle sts_mm ↻ ss_hget sys_mmap ↻ ss_idx_find ss_r32 ↻ ss_len

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