package hardcaml_waveterm

  1. Overview
  2. Docs

Module Hardcaml_waveterm.PortSource

Simulation port description.

Sourcemodule Type : sig ... end
Sourcetype t = {
  1. type_ : Type.t;
  2. port_name : Port_name.t;
  3. width : Base.Int.t;
}
Sourceval compare : t -> t -> Base.Int.t
Sourceval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t