Hardcaml.Combinational_op
A custom combinational operation that can be inserted into a simulation.
type create_fn =
Bits.Mutable.t Base.list ->
Bits.Mutable.t Base.list ->
Base.unit
Implementation of the custom operation using Bits.Mutable.t
val sexp_of_t : t -> Sexplib0.Sexp.t
Constructed a create_fn
from a Bits.t
implementation. This will allocate and be a little less efficient, but might be simpler to write.
val name : t -> Base.string