package hardcaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Vcd.VarSource

Var declarations within the vcd. They make a name to a unique (short) identifier used in the VCD data section.

Sourcemodule Type : sig ... end

Various types of Vars.

Sourcetype t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t -> t -> int
include Ppx_hash_lib.Hashable.S with type t := t
Sourceval hash_fold_t : Base.Hash.state -> t -> Base.Hash.state
Sourceval create : ?typ:Type.t -> name:Base.string -> id:Base.string -> width:Base.int -> Base.unit -> t
Sourceval typ : t -> Type.t
Sourceval name : t -> Base.string
Sourceval id : t -> Base.string
Sourceval width : t -> Base.int
Sourceval write_string : Stdio.Out_channel.t -> t -> Base.string -> Base.unit
Sourceval write_bits : Stdio.Out_channel.t -> t -> Bits.t -> Base.unit
Sourceval write_four_state_vector : Stdio.Out_channel.t -> t -> Logic.Four_state_vector.t -> Base.unit
Sourcemodule Generator : sig ... end

Construct unique IDs for Vars.