pub fn compression_lane_kernel<const ROUNDS: usize, const ADDRESS_BITS: usize>(
clock_reset: ClockReset,
input: CompressionInput,
q: Q<ROUNDS, ADDRESS_BITS>,
) -> (CompressionOutput, D<ROUNDS, ADDRESS_BITS>)where
W<ROUNDS>: BitWidth,
W<ADDRESS_BITS>: BitWidth,Expand description
Connectivity and feed-forward kernel for CompressionLane.