code wiki / _hdl_build / nx_pm_status.nx

nx_pm_status.nx

buildroot/runtime/_hdl_build/nx_pm_status.nx

2152 B45 linesdepth 2pulls 2 transitivereach 1 importersview sourcekind librarytopic pm
docsdependenciesstructsconstsfunctions

about

nx_pm_status.nx -- the PROJECT MANAGER's STATUS REPORT (operator: I want status updates like a real team, and to SEE the breadth from layer 8 up, not snippets). The PM summarizes the team's own inventory (the self-model register): how many capabilities at each LAYER (L8 machine-code up to L0 output), how many PROVEN, the grade distribution (S/A/B from the Examiner), and the next build. The team reports its OWN status -- no more black box. Owned by the PM, composing the self-model (inventory) + Examiner (grades) + the layered backlog (next build). license_tier: ORIGINAL.

dependencies 1 imports · 1 importers

nx_syscalls.nx nx_pm_status.nx nx_status_map_test.nx

imports: nx_syscalls.nx

imported by: nx_status_map_test.nx

structs

none

consts

none

functions

11func pm_total(layer_counts: *i64, nlayers: i64) -> i64
called by 1: main
18func pm_proven_permil(proven: i64, total: i64) -> i64
called by 2: pm_healthmain
24func pm_full_stack(layer_counts: *i64, nlayers: i64) -> i64
called by 1: main
31func pm_thinnest_layer(layer_counts: *i64, nlayers: i64) -> i64
called by 1: main
39func pm_health(proven: i64, total: i64, full_stack: i64, sclass: i64) -> i64
called by 1: main calls 1: pm_proven_permil