package hardcaml_event_driven_sim

  1. Overview
  2. Docs
val sexp_of_t : t -> Sexplib0.Sexp.t
val equal : t -> t -> bool
val create_from_data : waves:Wave.t Base.list -> ports:Hardcaml_waveterm_kernel.Port.t Base.list -> t
val waves : t -> Wave.t Base.array
val update_waves : t -> Wave.t Base.array -> t
val combine : t -> t -> t
type !'a with_options = ?display_rules:Hardcaml_waveterm_kernel.Display_rules.t -> ?display_width:Base.int -> ?display_height:Base.int -> ?display_values:Base.bool -> ?wave_width:Base.int -> ?wave_height:Base.int -> ?signals_width:Base.int -> ?start_cycle:Base.int -> ?signals_alignment:Hardcaml_waveterm_kernel.Text_alignment.t -> 'a
val to_buffer : (t -> Base.Buffer.t) with_options
val to_string : (t -> Base.string) with_options
val print : (?channel:Stdio.Out_channel.t -> t -> Base.unit) with_options
val expect : (?show_digest:bool -> ?serialize_to:string -> t -> unit) with_options
OCaml

Innovation. Community. Security.