code wiki / _hdl_build / nx_vsroll_gate.nx
nx_vsroll_gate.nx
buildroot/runtime/_hdl_build/nx_vsroll_gate.nx
about
nx_vsroll_gate.nx -- proves a domain lifts on its WEAKEST leg and refuses on any unmeasured one.
The teeth that matter are T4 and T7. T4 is the anti-Goodhart tooth: the roll must take the MIN,
so a domain with one EXCEED axis and one PRODUCTION axis earns PRODUCTION. T7 is the tooth that
makes the roster worth having at all: ADDING a scope must be able to LOWER a domain and never
raise it. If declaring more of what a domain means could improve its grade, the roster would be
a lever instead of a ruler, and every domain would be described in whatever terms flattered it.
T5 is the cross-domain leak: a claim on scope `latency` under `search` must not satisfy scope
`latency` under `network`. Sharing an axis NAME is not sharing the WORK.
license_tier: ORIGINAL No hw writes (Rule 26).
dependencies 2 imports · 0 importers
imports: nx_vsroll_lib.nxnx_gate_verdict.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
| none |
functions
| 15 | func rg_eq(a: i64, b: i64) -> i64 { if a == b { return 1 } return 0 } called by 1: main |
| 17 | func main(argc: i64, argv: *i64) -> i64 |