Skip to main content

AxiLiteBenchmarkKernel

Type Alias AxiLiteBenchmarkKernel 

Source
pub type AxiLiteBenchmarkKernel<const ROUNDS: usize, const ADDRESS_BITS: usize, L: CompressionLaneComponent + Default = InlineCompressionLane<ROUNDS, ADDRESS_BITS>>
where W<ROUNDS>: BitWidth, W<ADDRESS_BITS>: BitWidth,
= AxiLiteBenchmarkKernelWithSigner<InlineBenchmarkSigner<ROUNDS, ADDRESS_BITS, L>>;
Expand description

Const-generic inline-signer AXI kernel retained for source compatibility.

Aliased Typeยง

pub struct AxiLiteBenchmarkKernel<const ROUNDS: usize, const ADDRESS_BITS: usize, L: CompressionLaneComponent + Default = InlineCompressionLane<ROUNDS, ADDRESS_BITS>>
where W<ROUNDS>: BitWidth, W<ADDRESS_BITS>: BitWidth,
{ /* private fields */ }