Hardcaml.Wave_formatSourceHow to display the value of a signal. Generally used in waveforms.
type t = | BinaryBinary.
*)| BitLike Binary, but shows a single bit as a line.
| Bit_or of tIf width=1 then Bits otherwise t
| HexHexadecimal.
*)| Unsigned_intUnsigned integer.
*)| IntSigned integer.
*)| Index of Base.string Base.listUse data as index into given list of strings.
*)| Custom of Bits.t -> Base.stringUser defined formatting.
*)Custom constructors are compared for physical equality.
include Base.Equal.S with type t := t