package hardcaml_step_testbench

  1. Overview
  2. Docs

Module Flip_flop_with_load_enable_and_reset.InputSource

Sourcetype t = {
  1. input : Base.Bool.t;
  2. load_enable : Base.Bool.t;
  3. reset : Base.Bool.t;
}
include Data.S with type t := t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Base.Equal.S with type t := t
Sourceval undefined : t