Karatsuba_ofman_mult.Configmodule Level : sig ... endtype t = | Ground_multiplier of Ground_multiplier.Config.t |
| Karatsubsa_ofman_stage of karatsubsa_ofman_stage |
val latency : t -> intReturns the latency of the adder.
val generate :
ground_multiplier:Ground_multiplier.Config.t ->
Level.t list ->
tGenerate a multiplier, where the config of all k parts are symetrical.