Half_width_multiplier.Config
module Level = Karatsuba_ofman_mult.Config.Level
type t = {
levels : Level.t Base.list;
ground_multiplier : Ground_multiplier.Config.t;
}
val latency : t -> Base.int