package hardcaml_waveterm

  1. Overview
  2. Docs
A terminal based digital waveform viewer for Hardcaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=a6780e4310f46cd71ff8a3cdf12bb51afdf0eaea5e84645a148a4ecd0f02920b

doc/hardcaml_waveterm.cyclesim/Hardcaml_waveterm_cyclesim/Waves/Config/index.html

Module Waves.ConfigSource

Sourcetype t = {
  1. mutable signals_width : Base.int;
  2. mutable values_width : Base.int;
  3. mutable wave_width : Base.int;
  4. mutable wave_height : Base.int;
  5. mutable start_cycle : Base.int;
  6. mutable start_signal : Base.int;
  7. mutable selected_signal : Base.int;
  8. mutable wave_cursor : Base.int;
  9. mutable signal_scroll : Base.int;
  10. mutable value_scroll : Base.int;
}
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval default : t
OCaml

Innovation. Community. Security.