pub fn round_pipeline_kernel<const ROUNDS: usize>(
clock_reset: ClockReset,
input: PipelineWord,
q: Q<ROUNDS>,
) -> (PipelineWord, D<ROUNDS>)where
W<ROUNDS>: BitWidth,Expand description
Connectivity kernel for RoundPipeline.
pub fn round_pipeline_kernel<const ROUNDS: usize>(
clock_reset: ClockReset,
input: PipelineWord,
q: Q<ROUNDS>,
) -> (PipelineWord, D<ROUNDS>)where
W<ROUNDS>: BitWidth,Connectivity kernel for RoundPipeline.