Skip to main content

compression_lane_kernel

Function compression_lane_kernel 

Source
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.