code wiki / _hdl_build / nx_gonogo_gate.nx
nx_gonogo_gate.nx
buildroot/runtime/_hdl_build/nx_gonogo_gate.nx
about
nx_gonogo_gate.nx -- GATE for the dmkt GO/NO-GO decision core (F317 / M9).
Every tooth ships with its OPPOSITE, because the failure mode this gate exists to prevent is a
decision organ that quietly resolves an unknown into a confident answer. Verdict emission
INHERITS nx_gate_verdict (D001) so nx_gate_green can judge it and it lands a harness frame.
license_tier: ORIGINAL No hw writes (Rule 26). expect_exit: 0
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_gonogo.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
| 11 | const GGT_MARGIN_OK: i64 = 500 |
| 12 | const GGT_MARGIN_FLOOR: i64 = 300 |
| 13 | const GGT_MARGIN_BAD: i64 = 100 |
| 14 | const GGT_RISK_OK: i64 = 30 |
| 15 | const GGT_RISK_CEIL: i64 = 50 |
| 16 | const GGT_RISK_BAD: i64 = 90 |
| 17 | const GGT_COV_OK: i64 = 900 |
| 18 | const GGT_COV_FLOOR: i64 = 800 |
| 19 | const GGT_COV_BAD: i64 = 100 |
| 20 | const GGT_DOM_OK: i64 = 400 |
| 21 | const GGT_DOM_FLOOR: i64 = 100 |
| 22 | const GGT_DOM_BAD: i64 = 50 |
| 23 | const GGT_DISABLED: i64 = 0 |
functions
| 25 | func ggt_chk(name: *u8, got: i64, want: i64, ctr: *i64) -> i64 |
| 35 | func main(argc: i64, argv: *i64) -> i64 |