code wiki / _hdl_build / nx_ecomat_trend_gate.nx
nx_ecomat_trend_gate.nx
buildroot/runtime/_hdl_build/nx_ecomat_trend_gate.nx
about
nx_ecomat_trend_gate.nx -- executable proof for the advancement/expansion decomposition.
NON-VACUITY IS THE POINT. T7 and T8 run the SAME code path over two fixtures that differ only in
whether the domain count moved. If the instrument were stuck reporting RISING (the flattering
answer) T8 fails; if it were stuck reporting FLAT, T7 fails. A gauge that cannot return both
answers is not measuring anything, so the pair is the neg-control, not decoration.
Fixtures are in-memory string literals: the core is pure, so this gate touches no filesystem and
cannot pass by reading a stale artifact it wrote itself.
Inherits the nx_gate_verdict base class (D001 DRY: gv_ctr/gv_head/gv_check/gv_verdict).
license_tier: ORIGINAL No hw writes (Rule 26).
dependencies 2 imports · 0 importers
imports: nx_ecomat_trend_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 tg_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 |