Skip to main content

compression_farm_kernel

Function compression_farm_kernel 

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