pub type ModularChip<F, const BLOCKS: usize, const BLOCK_SIZE: usize> = VmChipWrapper<F, FieldExpressionFiller<Rv32VecHeapAdapterFiller<2, BLOCKS, BLOCKS, BLOCK_SIZE, BLOCK_SIZE>>>;Aliased Type§
pub struct ModularChip<F, const BLOCKS: usize, const BLOCK_SIZE: usize> {
pub inner: FieldExpressionFiller<Rv32VecHeapAdapterFiller<2, BLOCKS, BLOCKS, BLOCK_SIZE, BLOCK_SIZE>>,
pub mem_helper: SharedMemoryHelper<F>,
}Fields§
§inner: FieldExpressionFiller<Rv32VecHeapAdapterFiller<2, BLOCKS, BLOCKS, BLOCK_SIZE, BLOCK_SIZE>>§mem_helper: SharedMemoryHelper<F>