Rv32ShiftChip

Type Alias Rv32ShiftChip 

Source
pub type Rv32ShiftChip<F> = VmChipWrapper<F, ShiftFiller<Rv32BaseAluAdapterFiller<RV32_CELL_BITS>, RV32_REGISTER_NUM_LIMBS, RV32_CELL_BITS>>;

Aliased Type§

pub struct Rv32ShiftChip<F> {
    pub inner: ShiftFiller<Rv32BaseAluAdapterFiller<8>, 4, 8>,
    pub mem_helper: SharedMemoryHelper<F>,
}

Fields§

§inner: ShiftFiller<Rv32BaseAluAdapterFiller<8>, 4, 8>§mem_helper: SharedMemoryHelper<F>