Functions§
- lanes_
simulate_ ⚠stack - Stack type simulation (underflow, type mismatches, and lane/location group
checks). Runs without an arch spec (duplicate-only group checks) — prefer
lanes_simulate_stack_with_arch, which enables the arch-dependent lane-group checks (consistency, bus membership, AOD geometry). - lanes_
simulate_ ⚠stack_ with_ arch - Stack type simulation with arch-dependent lane/location group checks (consistency, bus membership, AOD complete-grid geometry).
- lanes_
validate_ ⚠addresses - Architecture-dependent validation (addresses + capability constraints).
- lanes_
validate_ ⚠structure - Structural validation (arity bounds, initial_fill ordering, etc.)
- lanes_
validation_ ⚠error_ message - Error message at index. Returns NULL if index is out of range. Pointer is valid until the handle is freed.
- lanes_
validation_ ⚠errors_ count - Number of errors in the handle.
- lanes_
validation_ ⚠errors_ free - Free a validation errors handle.