Sequential fixed-width evaluator wire layout #
This module exposes the exact formula-size schedule and backward-reference invariants used to concatenate fixed-width encoded-gate formulas.
At an in-range slot, the numeric size oracle is the exact gate-formula size.
The prefix schedule advances by the size of its next slot.
Formula-size prefixes are monotone in their slot count.
The end of a step is the global base plus the next size prefix.
Every earlier gate result is available before the current step begins.
Every generated source is represented by one variable leaf.
Each laid-out step has exactly its advertised gate-formula size.
Formula compilation places the step result on its assigned output wire.
Every source formula references a wire available at step entry.
The complete gate-step formula is topologically scoped to the prefix available before its compilation.