package hardcaml

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

VCD header configuration and timescale.

type t = {
  1. date : Base.string;
  2. version : Base.string;
  3. comment : Base.string Base.option;
  4. timescale : Timescale.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val default : t
val write : Stdio.Out_channel.t -> t -> Base.unit
OCaml

Innovation. Community. Security.