package hardcaml_waveterm

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

Install

Dune Dependency

Authors

Maintainers

Sources

hardcaml_waveterm-v0.16.0.tar.gz
sha256=20844546139ee69e8d328b75a54369b2c1db91d88e43f7ca9ccfc0cd855be828

doc/hardcaml_waveterm.kernel/Hardcaml_waveterm_kernel/Wave_format/index.html

Module Hardcaml_waveterm_kernel.Wave_formatSource

Display format for a single wave (a row in the complete waveform).

Sourcetype t =
  1. | Binary
    (*

    Binary.

    *)
  2. | Bit
    (*

    Like Binary, but shows a single bit as a line.

    *)
  3. | Bit_or of t
    (*

    If width=1 then Bits otherwise t

    *)
  4. | Hex
    (*

    Hexadecimal.

    *)
  5. | Unsigned_int
    (*

    Unsigned integer.

    *)
  6. | Int
    (*

    Signed integer.

    *)
  7. | Index of Base.string Base.list
    (*

    Use data as index into given list of strings.

    *)
  8. | Custom of Hardcaml.Bits.t -> Base.string
    (*

    User defined formatting.

    *)
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t

Custom constructors are compared for physical equality.

include Base.Equal.S with type t := t
OCaml

Innovation. Community. Security.