Skip to main content

round_pipeline_kernel

Function round_pipeline_kernel 

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