pub fn lane_local_cluster_with_lane_kernel<const ROUNDS: usize, const ADDRESS_BITS: usize, L: CompressionLaneComponent>(
clock_reset: ClockReset,
input: LaneLocalClusterInput,
q: LaneLocalClusterQ<ROUNDS, ADDRESS_BITS, L>,
) -> (LaneLocalClusterOutput, LaneLocalClusterD<ROUNDS, ADDRESS_BITS, L>)where
W<ROUNDS>: BitWidth,
W<ADDRESS_BITS>: BitWidth,Expand description
State transition and local connectivity for an injected compression lane.