pub fn compression_farm_kernel<const LANES: usize, const ROUNDS: usize, const ADDRESS_BITS: usize>(
clock_reset: ClockReset,
input: CompressionFarmInput<LANES>,
q: Q<LANES, ROUNDS, ADDRESS_BITS>,
) -> (CompressionFarmOutput<LANES>, D<LANES, ROUNDS, ADDRESS_BITS>)where
W<ROUNDS>: BitWidth,
W<ADDRESS_BITS>: BitWidth,Expand description
Pure structural connectivity for CompressionFarm.