Module Hardcaml.Build_mode

Specify whether to configure the hardware for simulation or synthesis.

type t =
| Simulation
| Synthesis
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
val of_string : Base.string -> t