code wiki / _hdl_build / nx_flip_worklist.nx
nx_flip_worklist.nx
buildroot/runtime/_hdl_build/nx_flip_worklist.nx
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
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
structs
| none |
consts
| 14 | const FW_ARGC_MIN: i64 = 2 |
| 15 | const FW_ARG_DEAL: i64 = 2 |
| 16 | const FW_ARG_PFX: i64 = 3 |
| 17 | const FW_CK_CLASS: i64 = 1 |
| 18 | const FW_CK_NAME: i64 = 2 |
| 19 | const FW_CK_MAND: i64 = 3 |
| 20 | const FW_CF_DEAL: i64 = 1 |
| 21 | const FW_CF_COMP: i64 = 2 |
functions
| 23 | func main(argc: i64, argv: *i64) -> i64 |