package hardcaml_waveterm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

val run_waves : ?ui_state_file:Base.string -> M.Waves.t -> Base.unit Async.Deferred.t
val run_and_return : ?ui_state_file:Base.string -> M.Waves.t -> Base.unit

Run the waveform viewer and return. Calls into Async/LWT so MUST NOT BE CALLED from within an Async or LWT deferred.

val run_and_close : ?ui_state_file:Base.string -> M.Waves.t -> Base.unit

Run the waveform viewer and close the program on exit.

val run : ?ui_state_file:Base.string -> ?signals_width:Base.int -> ?values_width:Base.int -> ?start_cycle:Base.int -> ?wave_width:Base.int -> ?display_rules:Hardcaml_waveterm_kernel.Display_rules.t -> M.Waveform.t -> Base.unit

Run interactive waveterm viewer. ESC to quit.

OCaml

Innovation. Community. Security.