package hardcaml_circuits

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val mode : Mode.t
val accumulator_bits : Base.int

Width of the accumulator.

val data_bits : Base.int

Width of input data.

val num_coefs : Base.int

Number of coefficients.

val rom_shift : Base.int

Extra least significant bits added to the accumulator. This can add extra precision without extending the rom size.