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.kernel/Hardcaml_waveterm_kernel/Port/index.html

Module Hardcaml_waveterm_kernel.PortSource

Simulation port description.

Sourcemodule Type : sig ... end
Sourcetype t = {
  1. type_ : Type.t;
  2. port_name : Port_name.t;
  3. width : Base.int;
}
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t -> t -> int
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Equal.S with type t := t
Sourceval equal : t -> t -> bool
OCaml

Innovation. Community. Security.