From-host channel of ``window<{list<ui8>}>`` with an 8-bit bulk count.
The 8-bit bulk count caps each burst at 255 items, so the host splits the
256-element list into two bursts (255 + 1). Hardware reassembles the bursts
via `ListWindowToParallel`, AND-reduces per-beat equality against the
expected ``item[i] == i`` pattern, and latches the result into the ``match``
MMIO region. This is the end-to-end check that the host-side multi-burst
serialization is correct.
Definition at line 915 of file test_codegen.py.