code wiki / _hdl_build / nx_vsroll_gate.nx

nx_vsroll_gate.nx

buildroot/runtime/_hdl_build/nx_vsroll_gate.nx

5025 B75 linesdepth 11pulls 20 transitivereach 0 importersview sourcekind gate/proof
docsdependenciesstructsconstsfunctions

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

nx_vsroll_lib.nx nx_gate_verdict.nx nx_vsroll_gate.nx

imports: nx_vsroll_lib.nxnx_gate_verdict.nx

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

15func rg_eq(a: i64, b: i64) -> i64 { if a == b { return 1 } return 0 }
17func main(argc: i64, argv: *i64) -> i64