Module Hardcaml__.Architecture
type t=|SmallSmallest size
|BalancedBest balance between size and speed
|FastFastest speed
This type is for use in hardware designs where we may have a number of different implementations, and the choice of which is best depends on the use case.
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> tval sexp_of_t : t -> Sexplib0.Sexp.t